Index: Source/core/html/canvas/Int8Array.idl |
diff --git a/Source/core/html/canvas/Int8Array.idl b/Source/core/html/canvas/Int8Array.idl |
index 52434af04916f2f92a058674136037a7a6d80489..5c65ac16459905d329cd15cb10a83805ccf60ce4 100644 |
--- a/Source/core/html/canvas/Int8Array.idl |
+++ b/Source/core/html/canvas/Int8Array.idl |
@@ -25,7 +25,7 @@ |
*/ |
[ |
- GlobalContext=WindowAndWorker, |
+ GlobalContext=Window&WorkerGlobalScope, |
ConstructorTemplate=TypedArray, |
CustomToV8, |
DoNotCheckConstants |