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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js

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/injected_script_externs.js
diff --git a/third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js b/third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js
index 553e41941642a08e7860ddf00f6e465241f1d5f6..705ba8ba3cae17189c5cc6c240cd61900f5841c4 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js
+++ b/third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js
@@ -48,12 +48,6 @@ InjectedScriptHostClass.prototype.isTypedArray = function(obj) {}
InjectedScriptHostClass.prototype.subtype = function(obj) {}
/**
- * @param {!Function} obj
- * @return {*}
- */
-InjectedScriptHostClass.prototype.functionDetails = function(obj) {}
-
-/**
* @param {!Object} obj
* @return {?Array.<*>}
*/
@@ -173,7 +167,7 @@ function JavaScriptCallFrame()
/**
* @param {number} scopeIndex
- * @return {number}
+ * @return {string}
*/
JavaScriptCallFrame.prototype.scopeType = function(scopeIndex) {}

Powered by Google App Engine
This is Rietveld 408576698