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

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

Issue 308073005: Oilpan: Replace RefPtrs to Node and its subclasses in core/events/ with Oilpan transition types. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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/NodeEventContext.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 9264d8f710489b7abc77d611d91b8f833e10a03b..f7a386a052ca09a12457c2be15f4076d83904c4c 100644
--- a/Source/core/events/WindowEventContext.h
+++ b/Source/core/events/WindowEventContext.h
@@ -40,7 +40,7 @@ class NodeEventContext;
class WindowEventContext {
public:
- WindowEventContext(Event*, PassRefPtr<Node>, const NodeEventContext*);
+ WindowEventContext(Event*, PassRefPtrWillBeRawPtr<Node>, const NodeEventContext*);
DOMWindow* window() const;
EventTarget* target() const;
« no previous file with comments | « Source/core/events/NodeEventContext.cpp ('k') | Source/core/events/WindowEventContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698