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

Unified Diff: src/inspector/v8-console.h

Issue 2781883003: [inspector] prepared console before moving into builtins (Closed)
Patch Set: fixed debug-script test Created 3 years, 9 months 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
« no previous file with comments | « src/inspector/inspected-context.cc ('k') | src/inspector/v8-console.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/v8-console.h
diff --git a/src/inspector/v8-console.h b/src/inspector/v8-console.h
index a64db99daec016cec35e716ca8616cf9de2a6c1a..aa6bf5e3d6dfcc17a29caeeda84d47c2bd5a8f2c 100644
--- a/src/inspector/v8-console.h
+++ b/src/inspector/v8-console.h
@@ -12,14 +12,17 @@
namespace v8_inspector {
class InspectedContext;
+class V8InspectorImpl;
// Console API
// https://console.spec.whatwg.org/#console-interface
class V8Console {
public:
- static v8::Local<v8::Object> createConsole(InspectedContext*,
- bool hasMemoryAttribute);
+ static v8::Local<v8::Object> createConsole(InspectedContext*);
static v8::Local<v8::Object> createCommandLineAPI(InspectedContext*);
+ static void installMemoryGetter(V8InspectorImpl* inspector,
+ v8::Local<v8::Context> context,
+ v8::Local<v8::Object> console);
class CommandLineAPIScope {
public:
« no previous file with comments | « src/inspector/inspected-context.cc ('k') | src/inspector/v8-console.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698