diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-16 21:50:29 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-16 21:50:29 +0000 |
commit | aec53c706a0b9e2f2c65cb8cd2be5c4670829d83 (patch) | |
tree | d79f1c1a65f6d648de39619e54fa8c48e7f256bb /DEPS | |
parent | 3e21831b1796f52ae015b6dd62106830d81ebb71 (diff) | |
download | chromium_src-aec53c706a0b9e2f2c65cb8cd2be5c4670829d83.zip chromium_src-aec53c706a0b9e2f2c65cb8cd2be5c4670829d83.tar.gz chromium_src-aec53c706a0b9e2f2c65cb8cd2be5c4670829d83.tar.bz2 |
Chrome side of webkit merge from 42547 to 42580.
In http://trac.webkit.org/changeset/42579
ScriptController::createInlineEventListener was changed to take
4 params instead of 3, so I updated the V8 ScriptController
to do the same. We don't seem to need the extra arg because both
v8_proxy::createSVGEventHandler and
v8_proxy::createInlineEventListener are identical.
Also one new .cpp/.h file from
http://trac.webkit.org/changeset/42580
Review URL: http://codereview.chromium.org/79008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13884 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "42547", + "webkit_revision": "42580", } @@ -19,7 +19,7 @@ deps = { "http://googletest.googlecode.com/svn/trunk@214", "src/third_party/WebKit": - "/trunk/deps/third_party/WebKit@13842", + "/trunk/deps/third_party/WebKit@13883", "src/third_party/icu38": "/trunk/deps/third_party/icu38@13472", |