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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptCallStack.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
« 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 3d861c700cadcb9fd15503c68610ae3e16239f42..bc97b67d81cc7768cf21b4ba5e0160729f91d37c 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptCallStack.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptCallStack.h
@@ -54,7 +54,7 @@ public:
unsigned topLineNumber() const;
unsigned topColumnNumber() const;
- PassRefPtr<protocol::TypeBuilder::Runtime::StackTrace> buildInspectorObject() const;
+ PassOwnPtr<protocol::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