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

Unified Diff: third_party/WebKit/Source/core/frame/Console.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/frame/Console.h
diff --git a/third_party/WebKit/Source/core/frame/Console.h b/third_party/WebKit/Source/core/frame/Console.h
index f5194efbfbc2448fd49b9ae3301900c5ebe02e5e..72392ed19697f04ff2536a6ccda195b4f75cdfb1 100644
--- a/third_party/WebKit/Source/core/frame/Console.h
+++ b/third_party/WebKit/Source/core/frame/Console.h
@@ -53,10 +53,7 @@ public:
DECLARE_VIRTUAL_TRACE();
-protected:
- ExecutionContext* context() override;
void reportMessageToConsole(ConsoleMessage*) override;
-
private:
explicit Console(LocalFrame*);
};

Powered by Google App Engine
This is Rietveld 408576698