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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.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/JavaScriptCallFrame.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h b/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h
index d9a3e6accd5212268ee463a6f131303df64f2f06..b1ff3bb38d75c2b6d071a84ea25615bf5f04eab6 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h
@@ -31,16 +31,16 @@
#ifndef JavaScriptCallFrame_h
#define JavaScriptCallFrame_h
-#include "platform/inspector_protocol/InspectorProtocol.h"
-#include <v8.h>
+#include "platform/v8_inspector/Allocator.h"
+#include "platform/v8_inspector/ProtocolPlatform.h"
+#include <v8.h>
#include <vector>
namespace v8_inspector {
-namespace protocol = blink::protocol;
-
class JavaScriptCallFrame {
+ V8_INSPECTOR_DISALLOW_COPY(JavaScriptCallFrame);
public:
static std::unique_ptr<JavaScriptCallFrame> create(v8::Local<v8::Context> debuggerContext, v8::Local<v8::Object> callFrame)
{

Powered by Google App Engine
This is Rietveld 408576698