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

Unified Diff: third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgent.h

Issue 1514523004: DevTools: remove V8DebuggerListener and ScriptDebuggerBase abstractions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed. Created 5 years 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/core/inspector/v8/V8RuntimeAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgent.h b/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgent.h
index 5e880d700b86efe87931c0df700ac3fd7f846c7c..a342d821a7e62d171718f0708ef26c487c7ab22e 100644
--- a/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgent.h
+++ b/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgent.h
@@ -64,7 +64,7 @@ public:
virtual void setCustomObjectFormatterEnabled(ErrorString*, bool) = 0;
// Embedder callbacks.
- virtual void addExecutionContextToFrontend(int executionContextId, const String& type, const String& origin, const String& humanReadableName, const String& frameId) = 0;
+ virtual void reportExecutionContextCreated(int executionContextId, const String& type, const String& origin, const String& humanReadableName, const String& frameId) = 0;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698