| Index: third_party/WebKit/Source/bindings/core/v8/ScheduledAction.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.h b/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.h
|
| index 28a80e44b711e9bc2828e591e1cb972e63b2af23..279b7bd9ecbe936e1736053cf64f3bf4fc0e5ca5 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.h
|
| @@ -43,6 +43,7 @@ namespace blink {
|
|
|
| class LocalFrame;
|
| class ExecutionContext;
|
| +class SourceLocation;
|
| class WorkerGlobalScope;
|
|
|
| class ScheduledAction final
|
| @@ -59,6 +60,7 @@ class ScheduledAction final
|
| DECLARE_TRACE();
|
|
|
| void execute(ExecutionContext*);
|
| + std::unique_ptr<SourceLocation> handlerLocation();
|
|
|
| private:
|
| ScheduledAction(ScriptState*,
|
|
|