Index: third_party/WebKit/Source/devtools/front_end/sdk/Script.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/Script.js b/third_party/WebKit/Source/devtools/front_end/sdk/Script.js |
index 540c494c407083530ffa7dbf845b27852de2dcaa..2e91baca71521197080ab9a35f26e38a67655e46 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/sdk/Script.js |
+++ b/third_party/WebKit/Source/devtools/front_end/sdk/Script.js |
@@ -218,7 +218,7 @@ WebInspector.Script.prototype = { |
/** |
* @param {string} newSource |
- * @param {function(?Protocol.Error, !DebuggerAgent.SetScriptSourceError=, !Array.<!DebuggerAgent.CallFrame>=, !RuntimeAgent.StackTrace=, boolean=)} callback |
+ * @param {function(?Protocol.Error, !RuntimeAgent.ExceptionDetails=, !Array.<!DebuggerAgent.CallFrame>=, !RuntimeAgent.StackTrace=, boolean=)} callback |
*/ |
editSource: function(newSource, callback) |
{ |
@@ -228,7 +228,7 @@ WebInspector.Script.prototype = { |
* @param {!Array.<!DebuggerAgent.CallFrame>=} callFrames |
* @param {boolean=} stackChanged |
* @param {!RuntimeAgent.StackTrace=} asyncStackTrace |
- * @param {!DebuggerAgent.SetScriptSourceError=} compileError |
+ * @param {!RuntimeAgent.ExceptionDetails=} compileError |
*/ |
function didEditScriptSource(error, callFrames, stackChanged, asyncStackTrace, compileError) |
{ |