diff options
author | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-11 04:42:57 +0000 |
---|---|---|
committer | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-11 04:42:57 +0000 |
commit | 870b2878217f1b48579b7e0baf1b2fc5e8e6d086 (patch) | |
tree | 58e68d023049740d4a116609115d62d4e176e8a3 /DEPS | |
parent | 99ddfd29900cc4caa1f1ffd979cc09be3f104336 (diff) | |
download | chromium_src-870b2878217f1b48579b7e0baf1b2fc5e8e6d086.zip chromium_src-870b2878217f1b48579b7e0baf1b2fc5e8e6d086.tar.gz chromium_src-870b2878217f1b48579b7e0baf1b2fc5e8e6d086.tar.bz2 |
Remove all direct calls to NPN_ functions in WebCore. The replacement for these is the WebKit::WebBindings API.
This will be a 2 sided commit with https://bugs.webkit.org/show_bug.cgi?id=28089
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/164214
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23012 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "47020", + "webkit_revision": "47021", } |