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

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

Issue 125593005: Rename EventContext to NodeEventContext. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 11 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/EventPath.cpp ('k') | Source/core/events/WindowEventContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/WindowEventContext.h
diff --git a/Source/core/events/WindowEventContext.h b/Source/core/events/WindowEventContext.h
index 25c5079c25728da2b55d35d83143d5aa62a4246e..f7c2acd4a2a794c64ff3508d5e28752ed85dea23 100644
--- a/Source/core/events/WindowEventContext.h
+++ b/Source/core/events/WindowEventContext.h
@@ -33,13 +33,13 @@ namespace WebCore {
class DOMWindow;
class EventTarget;
-class EventContext;
class Event;
class Node;
+class NodeEventContext;
class WindowEventContext {
public:
- WindowEventContext(Event*, PassRefPtr<Node>, const EventContext*);
+ WindowEventContext(Event*, PassRefPtr<Node>, const NodeEventContext*);
DOMWindow* window() const;
EventTarget* target() const;
« no previous file with comments | « Source/core/events/EventPath.cpp ('k') | Source/core/events/WindowEventContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698