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

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

Issue 2514643002: DevTools: support all handlers that end up with function call in perfmonitor. (Closed)
Patch Set: 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.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.h b/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.h
index 279b7bd9ecbe936e1736053cf64f3bf4fc0e5ca5..28a80e44b711e9bc2828e591e1cb972e63b2af23 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.h
@@ -43,7 +43,6 @@ namespace blink {
class LocalFrame;
class ExecutionContext;
-class SourceLocation;
class WorkerGlobalScope;
class ScheduledAction final
@@ -60,7 +59,6 @@ class ScheduledAction final
DECLARE_TRACE();
void execute(ExecutionContext*);
- std::unique_ptr<SourceLocation> handlerLocation();
private:
ScheduledAction(ScriptState*,

Powered by Google App Engine
This is Rietveld 408576698