Index: Source/bindings/bindings.gypi |
diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi |
index f5a6396daa649c2df345e88be1504241300d0fc9..81fcbd9ea6d5722c26145cbba02db1169625726f 100644 |
--- a/Source/bindings/bindings.gypi |
+++ b/Source/bindings/bindings.gypi |
@@ -128,8 +128,8 @@ |
'v8/V8ValueCache.h', |
'v8/V8WindowShell.cpp', |
'v8/V8WindowShell.h', |
- 'v8/V8WorkerContextEventListener.cpp', |
- 'v8/V8WorkerContextEventListener.h', |
+ 'v8/V8WorkerGlobalScopeEventListener.cpp', |
+ 'v8/V8WorkerGlobalScopeEventListener.h', |
'v8/WorkerScriptController.cpp', |
'v8/WorkerScriptController.h', |
'v8/WorkerScriptDebugServer.cpp', |
@@ -156,7 +156,7 @@ |
'v8/custom/V8CustomXPathNSResolver.cpp', |
'v8/custom/V8CustomXPathNSResolver.h', |
'v8/custom/V8DataViewCustom.cpp', |
- 'v8/custom/V8DedicatedWorkerContextCustom.cpp', |
+ 'v8/custom/V8DedicatedWorkerGlobalScopeCustom.cpp', |
'v8/custom/V8DeviceMotionEventCustom.cpp', |
'v8/custom/V8DeviceOrientationEventCustom.cpp', |
'v8/custom/V8DocumentCustom.cpp', |
@@ -217,7 +217,7 @@ |
'v8/custom/V8WebGLRenderingContextCustom.cpp', |
'v8/custom/V8WebKitPointCustom.cpp', |
'v8/custom/V8WindowCustom.cpp', |
- 'v8/custom/V8WorkerContextCustom.cpp', |
+ 'v8/custom/V8WorkerGlobalScopeCustom.cpp', |
'v8/custom/V8WorkerCryptoCustom.cpp', |
'v8/custom/V8WorkerCustom.cpp', |
'v8/custom/V8XMLHttpRequestCustom.cpp', |