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

Unified Diff: third_party/WebKit/Source/modules/worklet/WorkletConsole.h

Issue 1859293002: [DevTools] Move Console to v8_inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/modules/worklet/WorkletConsole.h
diff --git a/third_party/WebKit/Source/modules/worklet/WorkletConsole.h b/third_party/WebKit/Source/modules/worklet/WorkletConsole.h
index d25a564a86998d13272c55a6bd0d013b04b877da..a07bece19b312bd283ee0ff07e83b1e40091fba6 100644
--- a/third_party/WebKit/Source/modules/worklet/WorkletConsole.h
+++ b/third_party/WebKit/Source/modules/worklet/WorkletConsole.h
@@ -26,10 +26,7 @@ public:
DECLARE_VIRTUAL_TRACE();
-protected:
- ExecutionContext* context() final;
void reportMessageToConsole(ConsoleMessage*) final;
-
private:
explicit WorkletConsole(WorkletGlobalScope*);

Powered by Google App Engine
This is Rietveld 408576698