| 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 68d92b521242a7ccfe42eb54959356a8d71dba61..b6744e15d7d427c12d65d59edce5195850f9e699 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptEventListener.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptEventListener.h
|
| @@ -37,17 +37,12 @@
|
|
|
| namespace blink {
|
|
|
| -class EventListener;
|
| -class ExecutiionContext;
|
| class LocalFrame;
|
| class Node;
|
| class QualifiedName;
|
|
|
| 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);
|
|
|
| } // namespace blink
|
|
|
|
|