| Index: third_party/WebKit/Source/bindings/core/v8/ScheduledAction.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.cpp b/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.cpp
|
| index 8f4048a6cbb75efd78faae6155043c99a60555e4..403c3d14ba72dfbed30bcb54ea92f4982612322a 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.cpp
|
| @@ -172,10 +172,4 @@ void ScheduledAction::createLocalHandlesForArgs(
|
| handles->append(m_info.Get(i));
|
| }
|
|
|
| -std::unique_ptr<SourceLocation> ScheduledAction::handlerLocation() {
|
| - v8::HandleScope handles(m_scriptState->isolate());
|
| - return SourceLocation::fromFunction(
|
| - v8::Local<v8::Function>::New(m_scriptState->isolate(), m_function.get()));
|
| -}
|
| -
|
| } // namespace blink
|
|
|