Chromium Code Reviews

Unified Diff: Source/core/dom/EventTarget.h

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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/dom/EventTargetFactory.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/EventTarget.h
diff --git a/Source/core/dom/EventTarget.h b/Source/core/dom/EventTarget.h
index 34a41e6c466c3ffa6d401b46f53997ca5f1b9a70..2d8a0a90c174a4c65e60e8c704a4182c479d33bf 100644
--- a/Source/core/dom/EventTarget.h
+++ b/Source/core/dom/EventTarget.h
@@ -39,7 +39,7 @@
namespace WebCore {
class AudioContext;
- class DedicatedWorkerContext;
+ class DedicatedWorkerGlobalScope;
class DOMApplicationCache;
class DOMWindow;
class Event;
@@ -63,7 +63,7 @@ namespace WebCore {
class ScriptExecutionContext;
class ScriptProcessorNode;
class SharedWorker;
- class SharedWorkerContext;
+ class SharedWorkerGlobalScope;
class TextTrack;
class TextTrackCue;
class WebSocket;
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/dom/EventTargetFactory.in » ('j') | no next file with comments »

Powered by Google App Engine