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

Unified Diff: third_party/WebKit/Source/core/frame/Console.cpp

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.cpp
diff --git a/third_party/WebKit/Source/core/frame/Console.cpp b/third_party/WebKit/Source/core/frame/Console.cpp
index 7b4b45aee15badaa71f0b9f17c9653ad56817761..5e4d19374906530c9e3721d36e1ee497ed104fc5 100644
--- a/third_party/WebKit/Source/core/frame/Console.cpp
+++ b/third_party/WebKit/Source/core/frame/Console.cpp
@@ -59,13 +59,6 @@ DEFINE_TRACE(Console)
Supplementable<Console>::trace(visitor);
}
-ExecutionContext* Console::context()
-{
- if (!frame())
- return 0;
- return frame()->document();
-}
-
void Console::reportMessageToConsole(ConsoleMessage* consoleMessage)
{
if (!frame())

Powered by Google App Engine
This is Rietveld 408576698