Chromium Code Reviews| Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl |
| diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl |
| index e6c5fc5579ae2991ea1efce0ae4cd2aae6369212..7a390f4948bc0376e2c979045ac63194968ebb09 100644 |
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl |
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl |
| @@ -68,5 +68,5 @@ |
| [Replaceable] readonly attribute DOMString origin; |
| }; |
| -WorkerGlobalScope implements WindowBase64; |
| +WorkerGlobalScope implements WindowOrWorkerGlobalScope; |
| WorkerGlobalScope implements WindowTimers; |