Title: [118911] trunk/Source/WebCore
Revision
118911
Author
[email protected]
Date
2012-05-30 04:01:51 -0700 (Wed, 30 May 2012)

Log Message

Web Inspector: Fix JS compiler warning
https://bugs.webkit.org/show_bug.cgi?id=87836

Patch by Eugene Klyuchnikov <[email protected]> on 2012-05-30
Reviewed by Yury Semikhatsky.

* inspector/front-end/SettingsScreen.js: Fix method annotation.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (118910 => 118911)


--- trunk/Source/WebCore/ChangeLog	2012-05-30 10:28:07 UTC (rev 118910)
+++ trunk/Source/WebCore/ChangeLog	2012-05-30 11:01:51 UTC (rev 118911)
@@ -1,3 +1,12 @@
+2012-05-30  Eugene Klyuchnikov  <[email protected]>
+
+        Web Inspector: Fix JS compiler warning
+        https://bugs.webkit.org/show_bug.cgi?id=87836
+
+        Reviewed by Yury Semikhatsky.
+
+        * inspector/front-end/SettingsScreen.js: Fix method annotation.
+
 2012-05-30  Zoltan Horvath  <[email protected]>
 
         [Qt] Set WebCore imagedecoders as default and add fallback to QImageDecoder

Modified: trunk/Source/WebCore/inspector/front-end/SettingsScreen.js (118910 => 118911)


--- trunk/Source/WebCore/inspector/front-end/SettingsScreen.js	2012-05-30 10:28:07 UTC (rev 118910)
+++ trunk/Source/WebCore/inspector/front-end/SettingsScreen.js	2012-05-30 11:01:51 UTC (rev 118911)
@@ -688,7 +688,7 @@
     },
 
     /**
-     * @param {tabId=}
+     * @param {string=} tabId
      */
     showSettingsScreen: function(tabId)
     {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to