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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptCallStack.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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ScriptCallStack.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/core/v8/ScriptCallStack.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptCallStack.h b/third_party/WebKit/Source/bindings/core/v8/ScriptCallStack.h
index ef5a879198b258df31bc7f8e111e8dd579ad88f3..4e534741e442c83ad2f1abd6296d8e158cb52600 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptCallStack.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptCallStack.h
@@ -32,8 +32,8 @@
#define ScriptCallStack_h
#include "core/CoreExport.h"
-#include "core/InspectorTypeBuilder.h"
#include "core/inspector/v8/public/V8StackTrace.h"
+#include "platform/inspector_protocol/TypeBuilder.h"
#include "wtf/Forward.h"
#include "wtf/RefCounted.h"
@@ -54,7 +54,7 @@ public:
unsigned topLineNumber() const;
unsigned topColumnNumber() const;
- PassRefPtr<TypeBuilder::Runtime::StackTrace> buildInspectorObject() const;
+ PassRefPtr<protocol::TypeBuilder::Runtime::StackTrace> buildInspectorObject() const;
void toTracedValue(TracedValue*, const char* name) const;
String toString() const;
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ScriptCallStack.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698