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

Unified Diff: third_party/WebKit/Source/core/inspector/ThreadDebugger.h

Issue 1983423002: [DevTools] Move CommandLineAPI querySelector and querySelectorAll to native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pass-bind-remote-object
Patch Set: Created 4 years, 7 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
Index: third_party/WebKit/Source/core/inspector/ThreadDebugger.h
diff --git a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
index 40f2ae248586104654daf7ed98e62aeeef48402d..b208c1d0e949a4be56e4f4dc19e41b0980ea40bd 100644
--- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
+++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
@@ -40,6 +40,7 @@ public:
bool isExecutionAllowed() override;
double currentTimeMS() override;
bool isInspectableHeapObject(v8::Local<v8::Object>) override;
+ void willInstallCommandLineAPI(v8::Local<v8::Context>, v8::Local<v8::Object>) override { }
void reportMessageToConsole(v8::Local<v8::Context>, MessageType, MessageLevel, const String16& message, const v8::FunctionCallbackInfo<v8::Value>* arguments, unsigned skipArgumentCount, int maxStackSize) final;
void consoleTime(const String16& title) override;
void consoleTimeEnd(const String16& title) override;

Powered by Google App Engine
This is Rietveld 408576698