Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScheduledAction.cpp

Issue 2514643002: DevTools: support all handlers that end up with function call in perfmonitor. (Closed)
Patch Set: review comments addressed. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698