Changeset 147614 in webkit


Ignore:
Timestamp:
Apr 4, 2013 12:59:47 AM (11 years ago)
Author:
commit-queue@webkit.org
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 <Seokju Kwon> on 2013-04-04
Reviewed by Yury Semikhatsky.

No new tests: no change in behaviour.

  • inspector/front-end/HeapSnapshotDataGrids.js:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r147607 r147614  
     12013-04-04  Seokju Kwon  <seokju.kwon@gmail.com>
     2
     3        Web Inspector: fix closure compiler warnings in the profiler code HeapSnapshotDataGrids.js
     4        https://bugs.webkit.org/show_bug.cgi?id=113922
     5
     6        Reviewed by Yury Semikhatsky.
     7
     8        No new tests: no change in behaviour.
     9
     10        * inspector/front-end/HeapSnapshotDataGrids.js:
     11
    1122013-04-03  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
    213
  • trunk/Source/WebCore/inspector/front-end/HeapSnapshotDataGrids.js

    r147090 r147614  
    497497    /**
    498498     * @param {!WebInspector.HeapSnapshotProxy} snapshot
    499      * @paran {number} nodeIndex
     499     * @param {number} nodeIndex
    500500     */
    501501    setDataSource: function(snapshot, nodeIndex)
Note: See TracChangeset for help on using the changeset viewer.