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

Unified Diff: third_party/WebKit/Source/core/workers/WorkerConsole.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/core/workers/WorkerConsole.h
diff --git a/third_party/WebKit/Source/core/workers/WorkerConsole.h b/third_party/WebKit/Source/core/workers/WorkerConsole.h
index f5b70fe12278ef4a02225e0df6b39f10c7fff319..f9ee03034c46c67fecf507d67aa9a48035fadbd7 100644
--- a/third_party/WebKit/Source/core/workers/WorkerConsole.h
+++ b/third_party/WebKit/Source/core/workers/WorkerConsole.h
@@ -55,8 +55,6 @@ public:
DECLARE_VIRTUAL_TRACE();
-protected:
- ExecutionContext* context() override;
void reportMessageToConsole(ConsoleMessage*) override;
private:

Powered by Google App Engine
This is Rietveld 408576698