Index: Source/core/html/canvas/DataView.idl |
diff --git a/Source/core/html/canvas/DataView.idl b/Source/core/html/canvas/DataView.idl |
index 5ff575df00b71832de3c1833d4b9bc36cd7dd3c7..5847f9c1d37d4640ad17ea17ba7235d7f3f5c5c6 100644 |
--- a/Source/core/html/canvas/DataView.idl |
+++ b/Source/core/html/canvas/DataView.idl |
@@ -24,7 +24,7 @@ |
*/ |
[ |
- GlobalContext=WindowAndWorker, |
+ GlobalContext=Window&WorkerGlobalScope, |
CustomConstructor(ArrayBuffer buffer, optional unsigned long byteOffset, optional unsigned long byteLength), |
CustomToV8 |
] interface DataView : ArrayBufferView { |