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

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

Issue 388253005: Revert of DevTools: fixed compilation problem with InjectedScriptSource.js (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InjectedScriptExterns.js
diff --git a/Source/core/inspector/InjectedScriptExterns.js b/Source/core/inspector/InjectedScriptExterns.js
index 81ac85c3769be278a77478f8ce098d5ba98d710f..a96a33090c0fdc6be17c9a4e1cce9966c85ecb0a 100644
--- a/Source/core/inspector/InjectedScriptExterns.js
+++ b/Source/core/inspector/InjectedScriptExterns.js
@@ -87,11 +87,7 @@
/**
* @param {string} expression
*/
-InjectedScriptHostClass.prototype.eval = function(expression) { }
-/**
- * @param {string} expression
- */
-InjectedScriptHostClass.prototype.evaluateWithExceptionDetails = function(expression) { }
+InjectedScriptHostClass.prototype.evaluate = function(expression) { }
/**
* @param {*} fn
*/
@@ -147,10 +143,7 @@
JavaScriptCallFrame.prototype.scopeType = function(index) { }
JavaScriptCallFrame.prototype.restart = function() { }
-/**
- * @param {string} expression
- */
-JavaScriptCallFrame.prototype.evaluateWithExceptionDetails = function(expression) { }
+
/**
* @param {number} scopeNumber
* @param {string} variableName
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698