Index: Source/core/events/TreeScopeEventContext.cpp |
diff --git a/Source/core/events/TreeScopeEventContext.cpp b/Source/core/events/TreeScopeEventContext.cpp |
index a86922bff22cdaf2952c1bc8780d2b913e8602bf..b8a6bb3c17a2db8f4e484c746a5582f10357c9ec 100644 |
--- a/Source/core/events/TreeScopeEventContext.cpp |
+++ b/Source/core/events/TreeScopeEventContext.cpp |
@@ -34,7 +34,7 @@ |
namespace WebCore { |
-PassRefPtr<NodeList> TreeScopeEventContext::ensureEventPath(EventPath& path) |
+PassRefPtrWillBeRawPtr<NodeList> TreeScopeEventContext::ensureEventPath(EventPath& path) |
{ |
if (m_eventPath) |
return m_eventPath; |