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

Unified Diff: third_party/WebKit/Source/core/inspector/v8/V8StackTraceImpl.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/V8StackTraceImpl.h
diff --git a/third_party/WebKit/Source/core/inspector/v8/V8StackTraceImpl.h b/third_party/WebKit/Source/core/inspector/v8/V8StackTraceImpl.h
index a98b01abcd9444a16fdaf1c3c6647f48a87b1629..6ba4ab289b7ad2db037ac637f6d73ead66cef5d4 100644
--- a/third_party/WebKit/Source/core/inspector/v8/V8StackTraceImpl.h
+++ b/third_party/WebKit/Source/core/inspector/v8/V8StackTraceImpl.h
@@ -35,7 +35,7 @@ public:
private:
friend class V8StackTraceImpl;
- PassRefPtr<TypeBuilder::Runtime::CallFrame> buildInspectorObject() const;
+ PassRefPtr<protocol::TypeBuilder::Runtime::CallFrame> buildInspectorObject() const;
void toTracedValue(TracedValue*) const;
String m_functionName;
@@ -58,7 +58,7 @@ public:
int topColumnNumber() const override;
String topScriptId() const override;
String topFunctionName() const override;
- PassRefPtr<TypeBuilder::Runtime::StackTrace> buildInspectorObject() const override;
+ PassRefPtr<protocol::TypeBuilder::Runtime::StackTrace> buildInspectorObject() const override;
String toString() const override;
private:

Powered by Google App Engine
This is Rietveld 408576698