Index: third_party/WebKit/Source/platform/v8_inspector/V8Console.h |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8Console.h b/third_party/WebKit/Source/platform/v8_inspector/V8Console.h |
index 757a5e43789ff23b7a9ac184e2d252542fb5adc5..1b82058a9385e776756e5816a0f70cd4d8ffdb3f 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/V8Console.h |
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8Console.h |
@@ -5,15 +5,14 @@ |
#ifndef V8Console_h |
#define V8Console_h |
-#include "platform/inspector_protocol/InspectorProtocol.h" |
+#include "platform/v8_inspector/Allocator.h" |
+ |
#include <v8.h> |
namespace v8_inspector { |
class InspectedContext; |
-namespace protocol = blink::protocol; |
- |
// Console API |
// https://console.spec.whatwg.org/#console-interface |
class V8Console { |
@@ -23,7 +22,7 @@ public: |
static v8::Local<v8::Object> createCommandLineAPI(InspectedContext*); |
class CommandLineAPIScope { |
- PROTOCOL_DISALLOW_COPY(CommandLineAPIScope); |
+ V8_INSPECTOR_DISALLOW_COPY(CommandLineAPIScope); |
public: |
CommandLineAPIScope(v8::Local<v8::Context>, v8::Local<v8::Object> commandLineAPI, v8::Local<v8::Object> global); |
~CommandLineAPIScope(); |