Title: [130148] trunk/Source/WebCore
Revision
130148
Author
vse...@chromium.org
Date
2012-10-02 03:27:19 -0700 (Tue, 02 Oct 2012)

Log Message

Unreviewed r130146 follow-up, added method was not called.

* inspector/front-end/_javascript_Source.js:
(WebInspector._javascript_Source.prototype.workingCopyCommitted):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (130147 => 130148)


--- trunk/Source/WebCore/ChangeLog	2012-10-02 10:21:37 UTC (rev 130147)
+++ trunk/Source/WebCore/ChangeLog	2012-10-02 10:27:19 UTC (rev 130148)
@@ -1,3 +1,10 @@
+2012-10-02  Vsevolod Vlasov  <vse...@chromium.org>
+
+        Unreviewed r130146 follow-up, added method was not called.
+
+        * inspector/front-end/_javascript_Source.js:
+        (WebInspector._javascript_Source.prototype.workingCopyCommitted):
+
 2012-10-02  Yoshifumi Inoue  <yo...@chromium.org>
 
         [Forms] Multiple fields datetime/datetime-local input UI

Modified: trunk/Source/WebCore/inspector/front-end/_javascript_Source.js (130147 => 130148)


--- trunk/Source/WebCore/inspector/front-end/_javascript_Source.js	2012-10-02 10:21:37 UTC (rev 130147)
+++ trunk/Source/WebCore/inspector/front-end/_javascript_Source.js	2012-10-02 10:27:19 UTC (rev 130148)
@@ -60,7 +60,7 @@
         }
         var rawLocation = /** @type {WebInspector.DebuggerModel.Location} */ this.uiLocationToRawLocation(0, 0);
         var script = WebInspector.debuggerModel.scriptForId(rawLocation.scriptId);
-        WebInspector.debuggerModel.setScriptSource(script.scriptId, this.workingCopy(), callback);
+        WebInspector.debuggerModel.setScriptSource(script.scriptId, this.workingCopy(), innerCallback);
     }
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to