Index: Source/core/html/canvas/Int32Array.idl |
diff --git a/Source/core/html/canvas/Int32Array.idl b/Source/core/html/canvas/Int32Array.idl |
index fb4b6d18383830398ddb3412cc8f02c37fd0d2e5..012e6a8b8b7d84585babe24a0efa58707599e8db 100644 |
--- a/Source/core/html/canvas/Int32Array.idl |
+++ b/Source/core/html/canvas/Int32Array.idl |
@@ -25,7 +25,7 @@ |
*/ |
[ |
- GlobalContext=WindowAndWorker, |
+ GlobalContext=Window&WorkerGlobalScope, |
ConstructorTemplate=TypedArray, |
CustomToV8, |
DoNotCheckConstants |