Index: Source/core/html/canvas/ArrayBuffer.idl |
diff --git a/Source/core/html/canvas/ArrayBuffer.idl b/Source/core/html/canvas/ArrayBuffer.idl |
index 1a6df2d6823fc48be401dd9d8faf75dca7ed9558..781bd900f8a39a80ad1cebcc81ed63b82a4e75be 100644 |
--- a/Source/core/html/canvas/ArrayBuffer.idl |
+++ b/Source/core/html/canvas/ArrayBuffer.idl |
@@ -24,7 +24,7 @@ |
*/ |
[ |
- GlobalContext=WindowAndWorker, |
+ GlobalContext=Window&WorkerGlobalScope, |
CustomConstructor(unsigned long length) |
] interface ArrayBuffer { |
readonly attribute unsigned long byteLength; |