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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/V8Console.h

Issue 2251343003: [DevTools] Generate separate copies of inspector_protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win compile Created 4 years, 4 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/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();

Powered by Google App Engine
This is Rietveld 408576698