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

Unified Diff: Source/core/inspector/InjectedScriptExterns.js

Issue 136333007: DevTools: Implement evaluation on async call frames. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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: Source/core/inspector/InjectedScriptExterns.js
diff --git a/Source/core/inspector/InjectedScriptExterns.js b/Source/core/inspector/InjectedScriptExterns.js
index b7d83a2a2d22f981167d924e5f461dd83d841b2d..3172252aba4e394bdfe508aeaf0aa5e3058a077e 100644
--- a/Source/core/inspector/InjectedScriptExterns.js
+++ b/Source/core/inspector/InjectedScriptExterns.js
@@ -141,6 +141,8 @@ JavaScriptCallFrame.prototype.scopeType = function(index) { }
JavaScriptCallFrame.prototype.restart = function() { }
+JavaScriptCallFrame.prototype.evaluateGlobal = function() { }
+
/**
* @param {number} scopeNumber
* @param {string} variableName

Powered by Google App Engine
This is Rietveld 408576698