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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.h

Issue 2145123002: [DevTools] Fix V8_inspector compilation with Node (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/platform/v8_inspector/public/V8Inspector.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.h
index 3f689ae4678ee298702989d151cfbfca703c0846..c545060618c49329e15afe5de2fc34f03990a8d9 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.h
@@ -68,7 +68,6 @@ private:
bool canExecuteScripts() override;
void profilingStarted() override { };
void profilingStopped() override { };
- void consoleEnabled() override { };
void consoleCleared() override { };
std::unique_ptr<V8Debugger> m_debugger;

Powered by Google App Engine
This is Rietveld 408576698