summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--webkit/build/V8Bindings/V8Bindings.vcproj8
-rw-r--r--webkit/webkit.gyp2
3 files changed, 11 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 8fcb58e..6c53353 100644
--- a/DEPS
+++ b/DEPS
@@ -19,7 +19,7 @@ deps = {
"http://googletest.googlecode.com/svn/trunk@214",
"src/third_party/WebKit":
- "/trunk/deps/third_party/WebKit@14516",
+ "/trunk/deps/third_party/WebKit@14581",
"src/third_party/icu38":
"/trunk/deps/third_party/icu38@13472",
diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj
index 63525ac..0321eba 100644
--- a/webkit/build/V8Bindings/V8Bindings.vcproj
+++ b/webkit/build/V8Bindings/V8Bindings.vcproj
@@ -2921,6 +2921,14 @@
>
</File>
<File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptEventListener.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptEventListener.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptFunctionCall.cpp"
>
</File>
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 7a8fb4f..1ea30417 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -1048,6 +1048,8 @@
'../third_party/WebKit/WebCore/bindings/v8/ScriptCallFrame.h',
'../third_party/WebKit/WebCore/bindings/v8/ScriptCallStack.cpp',
'../third_party/WebKit/WebCore/bindings/v8/ScriptCallStack.h',
+ '../third_party/WebKit/WebCore/bindings/v8/ScriptEventListener.cpp',
+ '../third_party/WebKit/WebCore/bindings/v8/ScriptEventListener.h',
'../third_party/WebKit/WebCore/bindings/v8/ScriptFunctionCall.cpp',
'../third_party/WebKit/WebCore/bindings/v8/ScriptFunctionCall.h',
'../third_party/WebKit/WebCore/bindings/v8/ScriptInstance.cpp',