Title: [102907] trunk/Source/WebCore
Revision
102907
Author
[email protected]
Date
2011-12-15 01:45:58 -0800 (Thu, 15 Dec 2011)

Log Message

Unreviewed, fix Closure compiler warnings after r102905.

* inspector/front-end/CSSStyleModel.js: Add JSDoc annotations

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (102906 => 102907)


--- trunk/Source/WebCore/ChangeLog	2011-12-15 09:37:32 UTC (rev 102906)
+++ trunk/Source/WebCore/ChangeLog	2011-12-15 09:45:58 UTC (rev 102907)
@@ -1,3 +1,9 @@
+2011-12-15  Alexander Pavlov  <[email protected]>
+
+        Unreviewed, fix Closure compiler warnings after r102905.
+
+        * inspector/front-end/CSSStyleModel.js: Add JSDoc annotations
+
 2011-12-14  Alexander Pavlov  <[email protected]>
 
         Web Inspector: make ProfilesPanel scale as the number of ProfileTypes grows

Modified: trunk/Source/WebCore/inspector/front-end/CSSStyleModel.js (102906 => 102907)


--- trunk/Source/WebCore/inspector/front-end/CSSStyleModel.js	2011-12-15 09:37:32 UTC (rev 102906)
+++ trunk/Source/WebCore/inspector/front-end/CSSStyleModel.js	2011-12-15 09:45:58 UTC (rev 102907)
@@ -859,6 +859,8 @@
 
 /**
  * @constructor
+ * @implements {CSSAgent.Dispatcher}
+ * @param {WebInspector.CSSStyleModel} cssModel
  */
 WebInspector.CSSDispatcher = function(cssModel)
 {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to