| Index: third_party/WebKit/Source/bindings/core/v8/ScriptEventListener.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptEventListener.h b/third_party/WebKit/Source/bindings/core/v8/ScriptEventListener.h
|
| index 0f6bc8ec51792bd5341e3034e5d11dfcffa8fe95..6abc1530798f4ff4bb73d511522b4aec94d52944 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptEventListener.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptEventListener.h
|
| @@ -43,8 +43,8 @@ class LocalFrame;
|
| class Node;
|
| class QualifiedName;
|
|
|
| -PassRefPtrWillBeRawPtr<V8LazyEventListener> createAttributeEventListener(Node*, const QualifiedName&, const AtomicString& value, const AtomicString& eventParameterName);
|
| -PassRefPtrWillBeRawPtr<V8LazyEventListener> createAttributeEventListener(LocalFrame*, const QualifiedName&, const AtomicString& value, const AtomicString& eventParameterName);
|
| +RawPtr<V8LazyEventListener> createAttributeEventListener(Node*, const QualifiedName&, const AtomicString& value, const AtomicString& eventParameterName);
|
| +RawPtr<V8LazyEventListener> createAttributeEventListener(LocalFrame*, const QualifiedName&, const AtomicString& value, const AtomicString& eventParameterName);
|
| v8::Local<v8::Object> eventListenerHandler(ExecutionContext*, EventListener*);
|
| v8::Local<v8::Function> eventListenerEffectiveFunction(v8::Isolate*, v8::Local<v8::Object> handler);
|
| void getFunctionLocation(v8::Local<v8::Function>, String& scriptId, int& lineNumber, int& columnNumber);
|
|
|