Index: Source/core/events/WindowEventContext.cpp |
diff --git a/Source/core/events/WindowEventContext.cpp b/Source/core/events/WindowEventContext.cpp |
index b788f04234451644b5d8783a05c0a014f40eb8aa..a881ab1976c00766a236443faaab98b6dd04ccfe 100644 |
--- a/Source/core/events/WindowEventContext.cpp |
+++ b/Source/core/events/WindowEventContext.cpp |
@@ -35,7 +35,7 @@ |
namespace WebCore { |
-WindowEventContext::WindowEventContext(Event* event, PassRefPtr<Node> node, const NodeEventContext* topNodeEventContext) |
+WindowEventContext::WindowEventContext(Event* event, PassRefPtrWillBeRawPtr<Node> node, const NodeEventContext* topNodeEventContext) |
{ |
// We don't dispatch load events to the window. This quirk was originally |
// added because Mozilla doesn't propagate load events to the window object. |