Index: third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h b/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h |
index afcb7e7f6d129538ce695c88d6f9f74051d5b1b2..bf8fc3fb02f93d442fb4abba722a8716bd6271c0 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h |
+++ b/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h |
@@ -37,8 +37,6 @@ class ConsoleMessageStorage; |
class V8DebuggerAgent; |
class V8RuntimeAgent; |
-typedef String ErrorString; |
- |
class CORE_EXPORT InspectorConsoleAgent : public InspectorBaseAgent<InspectorConsoleAgent, protocol::Frontend::Console>, public protocol::Dispatcher::ConsoleCommandHandler { |
WTF_MAKE_NONCOPYABLE(InspectorConsoleAgent); |
public: |