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

Unified Diff: third_party/WebKit/Source/core/workers/WorkerGlobalScope.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/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;

Powered by Google App Engine
This is Rietveld 408576698