Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(395)

Unified Diff: third_party/WebKit/Source/core/frame/Window.idl

Issue 2798433003: Move common features to new WindowOrWorkerGlobalScope mix-in
Patch Set: Rollback to only IndexedDB, related tests failing Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698