| 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 3bdb787e7997d270512815f0bc8848e14dd3de0c..e97b8df836b4602d603ef621898bd46c78379d76 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptEventListener.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptEventListener.h
|
| @@ -42,6 +42,8 @@ class ExecutionContext;
|
| class LocalFrame;
|
| class Node;
|
| class QualifiedName;
|
| +class ScheduledAction;
|
| +class SourceLocation;
|
|
|
| V8LazyEventListener* createAttributeEventListener(
|
| Node*,
|
| @@ -61,6 +63,8 @@ void getFunctionLocation(v8::Local<v8::Function>,
|
| String& scriptId,
|
| int& lineNumber,
|
| int& columnNumber);
|
| +std::unique_ptr<SourceLocation> getFunctionLocation(ExecutionContext*,
|
| + EventListener*);
|
|
|
| } // namespace blink
|
|
|
|
|