-
groby@chromium.org authored
namespace WebCore became namespace blink in blink's r178289 (http://src.chromium.org/viewvc/blink?view=revision&revision=178289) WebKit DEPS have now rolled, this updates the suppressions to catch up. All replacements done via a single command: grep -rl 'fun:_ZN7WebCore' tools/valgrind/memcheck |\ xargs sed -i 's/fun:_ZN7WebCore/fun:_ZN5blink/' BUG=none TBR=thestig@chromium.org, abarth@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/396413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283587 0039d316-1c4b-4281-b951-d872f2087c98
948ef5ad