| Index: third_party/WebKit/Source/bindings/core/v8/V8EventListenerList.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8EventListenerList.cpp b/third_party/WebKit/Source/bindings/core/v8/V8EventListenerList.cpp
|
| index f62df4bab753414a60938ca8b5b3f5a4463cd907..06904c6f63cfd02e7e6f875792590993b3df954f 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8EventListenerList.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8EventListenerList.cpp
|
| @@ -36,7 +36,7 @@
|
|
|
| namespace blink {
|
|
|
| -PassRefPtrWillBeRawPtr<EventListener> V8EventListenerList::getEventListener(ScriptState* scriptState, v8::Local<v8::Value> value, bool isAttribute, ListenerLookupType lookup)
|
| +RawPtr<EventListener> V8EventListenerList::getEventListener(ScriptState* scriptState, v8::Local<v8::Value> value, bool isAttribute, ListenerLookupType lookup)
|
| {
|
| if (lookup == ListenerFindOnly) {
|
| // Used by EventTarget::removeEventListener, specifically
|
|
|