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*); |
}; |