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

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

Issue 334283004: Rename DOMWindow to LocalDOMWindow (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 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/events/DOMWindowEventQueue.cpp ('k') | Source/core/events/EventTarget.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/EventTarget.h
diff --git a/Source/core/events/EventTarget.h b/Source/core/events/EventTarget.h
index 75fc4d20f138609f87464dc3e7f870af27098287..2e86b3c77db0cb44c1142814ad9ff84bbdf0ef81 100644
--- a/Source/core/events/EventTarget.h
+++ b/Source/core/events/EventTarget.h
@@ -38,7 +38,7 @@
namespace WebCore {
-class DOMWindow;
+class LocalDOMWindow;
class Event;
class ExceptionState;
class MessagePort;
@@ -83,7 +83,7 @@ public:
virtual ExecutionContext* executionContext() const = 0;
virtual Node* toNode();
- virtual DOMWindow* toDOMWindow();
+ virtual LocalDOMWindow* toDOMWindow();
virtual MessagePort* toMessagePort();
// FIXME: first 2 args to addEventListener and removeEventListener should
@@ -128,7 +128,7 @@ private:
virtual void derefEventTarget() = 0;
#endif
- DOMWindow* executingWindow();
+ LocalDOMWindow* executingWindow();
void fireEventListeners(Event*, EventTargetData*, EventListenerVector&);
void countLegacyEvents(const AtomicString& legacyTypeName, EventListenerVector*, EventListenerVector*);
« no previous file with comments | « Source/core/events/DOMWindowEventQueue.cpp ('k') | Source/core/events/EventTarget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698