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

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

Issue 1815753002: [DevTools] Move getFunctionDetails to native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-get-internal-properties
Patch Set: Created 4 years, 9 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/JavaScriptCallFrame.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h b/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h
index 5c2ac0650bb222005cf04d19fd71de771b17a516..f4f8eba399fa5617821b91e4cc5aba3e89f4e84f 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h
@@ -57,7 +57,7 @@ public:
int functionColumn() const;
v8::Local<v8::Value> scopeChain() const;
- int scopeType(int scopeIndex) const;
+ v8::Local<v8::String> scopeType(int scopeIndex) const;
v8::Local<v8::String> scopeName(int scopeIndex) const;
v8::Local<v8::Value> scopeStartLocation(int scopeIndex) const;
v8::Local<v8::Value> scopeEndLocation(int scopeIndex) const;

Powered by Google App Engine
This is Rietveld 408576698