Chromium Code Reviews| Index: core/html/canvas/Uint8ClampedArray.idl |
| diff --git a/core/html/canvas/Uint8ClampedArray.idl b/core/html/canvas/Uint8ClampedArray.idl |
| index 895505aefcde437b2623530662197a572ad4ff58..66c9289f7b8288ca0105ef13c8c6a137d5361fe5 100644 |
| --- a/core/html/canvas/Uint8ClampedArray.idl |
| +++ b/core/html/canvas/Uint8ClampedArray.idl |
| @@ -25,7 +25,7 @@ |
| */ |
| [ |
| - GlobalContext=WindowAndWorker, |
| + GlobalContext=Window&WorkerGlobalScope, |
| ConstructorTemplate=TypedArray, |
| CustomToV8, |
| DoNotCheckConstants |