Index: third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp b/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp |
index 4888c6db8dcb71db4ead682091a058d013c55fa2..cb6746873fe61213b49ba69e600135a8b9f39da5 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp |
@@ -88,7 +88,7 @@ void V8AbstractEventListener::handleEvent(ScriptState* scriptState, Event* event |
{ |
// The callback function on XMLHttpRequest can clear the event listener and destroys 'this' object. Keep a local reference to it. |
// See issue 889829. |
- RefPtrWillBeRawPtr<V8AbstractEventListener> protect(this); |
+ RawPtr<V8AbstractEventListener> protect(this); |
ScriptState::Scope scope(scriptState); |