| 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 6abc1530798f4ff4bb73d511522b4aec94d52944..68d92b521242a7ccfe42eb54959356a8d71dba61 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;
|
|
|
| -RawPtr<V8LazyEventListener> createAttributeEventListener(Node*, const QualifiedName&, const AtomicString& value, const AtomicString& eventParameterName);
|
| -RawPtr<V8LazyEventListener> createAttributeEventListener(LocalFrame*, const QualifiedName&, const AtomicString& value, const AtomicString& eventParameterName);
|
| +V8LazyEventListener* createAttributeEventListener(Node*, const QualifiedName&, const AtomicString& value, const AtomicString& eventParameterName);
|
| +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);
|
|
|