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