Title: [129341] trunk/Source/WebCore
Revision
129341
Author
[email protected]
Date
2012-09-24 03:19:56 -0700 (Mon, 24 Sep 2012)

Log Message

Unreviewed follow-up to r129336 -- fixed closure compiler warnings.

* inspector/front-end/HAREntry.js:
* inspector/front-end/TimelineModel.js:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (129340 => 129341)


--- trunk/Source/WebCore/ChangeLog	2012-09-24 10:15:36 UTC (rev 129340)
+++ trunk/Source/WebCore/ChangeLog	2012-09-24 10:19:56 UTC (rev 129341)
@@ -1,3 +1,10 @@
+2012-09-24  Andrey Kosyakov  <[email protected]>
+
+        Unreviewed follow-up to r129336 -- fixed closure compiler warnings.
+
+        * inspector/front-end/HAREntry.js:
+        * inspector/front-end/TimelineModel.js:
+
 2012-09-24  Andrey Adaikin  <[email protected]>
 
         Web Inspector: [TextEditor] Line numbers out of sync after closing breakpoint condition editor

Modified: trunk/Source/WebCore/inspector/front-end/HAREntry.js (129340 => 129341)


--- trunk/Source/WebCore/inspector/front-end/HAREntry.js	2012-09-24 10:15:36 UTC (rev 129340)
+++ trunk/Source/WebCore/inspector/front-end/HAREntry.js	2012-09-24 10:19:56 UTC (rev 129341)
@@ -421,7 +421,7 @@
 
     /**
      * @param {WebInspector.OutputStream} stream
-     * @param {string} error
+     * @param {string=} error
      */
     _writeNextChunk: function(stream, error)
     {

Modified: trunk/Source/WebCore/inspector/front-end/TimelineModel.js (129340 => 129341)


--- trunk/Source/WebCore/inspector/front-end/TimelineModel.js	2012-09-24 10:15:36 UTC (rev 129340)
+++ trunk/Source/WebCore/inspector/front-end/TimelineModel.js	2012-09-24 10:19:56 UTC (rev 129341)
@@ -385,7 +385,6 @@
 
 WebInspector.TimelineSaver.prototype = {
     /**
-     * @param {string} fileName
      * @param {Array} records
      * @param {string} version
      */
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to