| Index: third_party/WebKit/Source/core/frame/Window.idl
|
| diff --git a/third_party/WebKit/Source/core/frame/Window.idl b/third_party/WebKit/Source/core/frame/Window.idl
|
| index c86c8b21790ac6626c5f682a9df2207544a54917..605444f3e17015688ade4a4982774c77a94766ad 100644
|
| --- a/third_party/WebKit/Source/core/frame/Window.idl
|
| +++ b/third_party/WebKit/Source/core/frame/Window.idl
|
| @@ -216,6 +216,6 @@
|
| typedef MessagePort Transferable;
|
|
|
| Window implements GlobalEventHandlers;
|
| -Window implements WindowBase64;
|
| +Window implements WindowOrWorkerGlobalScope;
|
| Window implements WindowEventHandlers;
|
| Window implements WindowTimers;
|
|
|