Title: [143894] trunk/Source/WebCore
Revision
143894
Author
loi...@chromium.org
Date
2013-02-25 01:48:29 -0800 (Mon, 25 Feb 2013)

Log Message

Unreviewed fix of type annotation for this._liveLocations.

* inspector/front-end/UISourceCode.js:
(WebInspector.UISourceCode):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (143893 => 143894)


--- trunk/Source/WebCore/ChangeLog	2013-02-25 09:42:09 UTC (rev 143893)
+++ trunk/Source/WebCore/ChangeLog	2013-02-25 09:48:29 UTC (rev 143894)
@@ -1,3 +1,10 @@
+2013-02-25  Ilya Tikhonovsky  <loi...@chromium.org>
+
+        Unreviewed fix of type annotation for this._liveLocations.
+
+        * inspector/front-end/UISourceCode.js:
+        (WebInspector.UISourceCode):
+
 2013-02-25  Kent Tamura  <tk...@chromium.org>
 
         Fix style errors in WebCore/editing/{htmlediting,markup,visible_units}.*

Modified: trunk/Source/WebCore/inspector/front-end/UISourceCode.js (143893 => 143894)


--- trunk/Source/WebCore/inspector/front-end/UISourceCode.js	2013-02-25 09:42:09 UTC (rev 143893)
+++ trunk/Source/WebCore/inspector/front-end/UISourceCode.js	2013-02-25 09:48:29 UTC (rev 143894)
@@ -51,9 +51,6 @@
      * @type Array.<function(?string,boolean,string)>
      */
     this._requestContentCallbacks = [];
-    /**
-     * @type {Object.<number, WebInspector.LiveLocation>}
-     */
     this._liveLocations = new Set();
     /**
      * @type {Array.<WebInspector.PresentationConsoleMessage>}
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to