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

Unified Diff: Source/core/workers/DedicatedWorkerGlobalScope.idl

Issue 17648006: Rename WorkerContext to WorkerGlobalScope (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 6 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
« no previous file with comments | « Source/core/workers/DedicatedWorkerGlobalScope.cpp ('k') | Source/core/workers/DedicatedWorkerThread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/DedicatedWorkerGlobalScope.idl
diff --git a/Source/core/workers/DedicatedWorkerContext.idl b/Source/core/workers/DedicatedWorkerGlobalScope.idl
similarity index 96%
rename from Source/core/workers/DedicatedWorkerContext.idl
rename to Source/core/workers/DedicatedWorkerGlobalScope.idl
index 3f4f45c964a67b0065c45f217939959ab4e748c7..d20e4246fb7e7f3122dbdfce82131768d5c5a4df 100644
--- a/Source/core/workers/DedicatedWorkerContext.idl
+++ b/Source/core/workers/DedicatedWorkerGlobalScope.idl
@@ -30,7 +30,7 @@
[
NoInterfaceObject
-] interface DedicatedWorkerContext : WorkerContext {
+] interface DedicatedWorkerGlobalScope : WorkerGlobalScope {
[Custom, RaisesException] void postMessage(any message, optional Array messagePorts);
attribute EventListener onmessage;
};
« no previous file with comments | « Source/core/workers/DedicatedWorkerGlobalScope.cpp ('k') | Source/core/workers/DedicatedWorkerThread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698