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

Unified Diff: third_party/WebKit/Source/core/inspector/v8/V8DebuggerImpl.h

Issue 1696513002: DevTools: move protocol-related generators into inspector subfolder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/core/inspector/v8/V8DebuggerImpl.h
diff --git a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerImpl.h b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerImpl.h
index 8fdac890523148793d460b7cc9a34dcfb49f1e2f..822543c4df1f75713801db7f3c7a358aa42f02bc 100644
--- a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerImpl.h
+++ b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerImpl.h
@@ -32,9 +32,9 @@
#define V8DebuggerImpl_h
#include "core/CoreExport.h"
-#include "core/InspectorTypeBuilder.h"
#include "core/inspector/v8/V8DebuggerScript.h"
#include "core/inspector/v8/public/V8Debugger.h"
+#include "platform/inspector_protocol/TypeBuilder.h"
#include "wtf/Forward.h"
#include "wtf/PassOwnPtr.h"
@@ -79,7 +79,7 @@ public:
void stepOutOfFunction();
void clearStepping();
- bool setScriptSource(const String& sourceID, const String& newContent, bool preview, String* error, RefPtr<TypeBuilder::Debugger::SetScriptSourceError>&, v8::Global<v8::Object>* newCallFrames, TypeBuilder::OptOutput<bool>* stackChanged);
+ bool setScriptSource(const String& sourceID, const String& newContent, bool preview, String* error, RefPtr<protocol::TypeBuilder::Debugger::SetScriptSourceError>&, v8::Global<v8::Object>* newCallFrames, protocol::TypeBuilder::OptOutput<bool>* stackChanged);
v8::Local<v8::Object> currentCallFrames();
v8::Local<v8::Object> currentCallFramesForAsyncStack();
PassRefPtr<JavaScriptCallFrame> callFrameNoScopes(int index);

Powered by Google App Engine
This is Rietveld 408576698