Commit 948ef5ad authored by groby@chromium.org's avatar groby@chromium.org

[MemSheriff] WebCore is now blink

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
parent 14df8b03
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment