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

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

Issue 1702673002: DevTools: migrate remote debugging protocol generators to jinja2. (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/platform/v8_inspector/V8StackTraceImpl.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8StackTraceImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8StackTraceImpl.h
index aeb55b105c1d7d6172bf4d30997b06edb0ed0819..591427a9046b2a1b14a6a86084398d6a61ef82b1 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/V8StackTraceImpl.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8StackTraceImpl.h
@@ -35,7 +35,7 @@ public:
private:
friend class V8StackTraceImpl;
- PassRefPtr<protocol::TypeBuilder::Runtime::CallFrame> buildInspectorObject() const;
+ PassOwnPtr<protocol::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<protocol::TypeBuilder::Runtime::StackTrace> buildInspectorObject() const override;
+ PassOwnPtr<protocol::Runtime::StackTrace> buildInspectorObject() const override;
String toString() const override;
private:

Powered by Google App Engine
This is Rietveld 408576698