Title: [147614] trunk/Source/WebCore
Revision
147614
Author
[email protected]
Date
2013-04-04 00:59:47 -0700 (Thu, 04 Apr 2013)

Log Message

Web Inspector: fix closure compiler warnings in the profiler code HeapSnapshotDataGrids.js
https://bugs.webkit.org/show_bug.cgi?id=113922

Patch by Seokju Kwon <[email protected]> on 2013-04-04
Reviewed by Yury Semikhatsky.

No new tests: no change in behaviour.

* inspector/front-end/HeapSnapshotDataGrids.js:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (147613 => 147614)


--- trunk/Source/WebCore/ChangeLog	2013-04-04 07:30:13 UTC (rev 147613)
+++ trunk/Source/WebCore/ChangeLog	2013-04-04 07:59:47 UTC (rev 147614)
@@ -1,3 +1,14 @@
+2013-04-04  Seokju Kwon  <[email protected]>
+
+        Web Inspector: fix closure compiler warnings in the profiler code HeapSnapshotDataGrids.js
+        https://bugs.webkit.org/show_bug.cgi?id=113922
+
+        Reviewed by Yury Semikhatsky.
+
+        No new tests: no change in behaviour.
+
+        * inspector/front-end/HeapSnapshotDataGrids.js:
+
 2013-04-03  Gyuyoung Kim  <[email protected]>
 
         [EFL] Add a decoration image to search input field

Modified: trunk/Source/WebCore/inspector/front-end/HeapSnapshotDataGrids.js (147613 => 147614)


--- trunk/Source/WebCore/inspector/front-end/HeapSnapshotDataGrids.js	2013-04-04 07:30:13 UTC (rev 147613)
+++ trunk/Source/WebCore/inspector/front-end/HeapSnapshotDataGrids.js	2013-04-04 07:59:47 UTC (rev 147614)
@@ -496,7 +496,7 @@
 
     /**
      * @param {!WebInspector.HeapSnapshotProxy} snapshot
-     * @paran {number} nodeIndex
+     * @param {number} nodeIndex
      */
     setDataSource: function(snapshot, nodeIndex)
     {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to