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; |