Title: [142473] trunk/Source/WebCore
- Revision
- 142473
- Author
- yu...@chromium.org
- Date
- 2013-02-11 07:45:46 -0800 (Mon, 11 Feb 2013)
Log Message
Web Inspector: fix closure compiler warnings in the profiler code
https://bugs.webkit.org/show_bug.cgi?id=109432
Reviewed by Pavel Feldman.
Updated type annotations to match the code.
* inspector/front-end/NativeMemorySnapshotView.js:
* inspector/front-end/ProfilesPanel.js:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (142472 => 142473)
--- trunk/Source/WebCore/ChangeLog 2013-02-11 15:44:27 UTC (rev 142472)
+++ trunk/Source/WebCore/ChangeLog 2013-02-11 15:45:46 UTC (rev 142473)
@@ -1,3 +1,15 @@
+2013-02-11 Yury Semikhatsky <yu...@chromium.org>
+
+ Web Inspector: fix closure compiler warnings in the profiler code
+ https://bugs.webkit.org/show_bug.cgi?id=109432
+
+ Reviewed by Pavel Feldman.
+
+ Updated type annotations to match the code.
+
+ * inspector/front-end/NativeMemorySnapshotView.js:
+ * inspector/front-end/ProfilesPanel.js:
+
2013-02-11 Alexander Shalamov <alexander.shala...@intel.com>
[QT] Regression (r142444): Broke qt linux minimal build
Modified: trunk/Source/WebCore/inspector/front-end/NativeMemorySnapshotView.js (142472 => 142473)
--- trunk/Source/WebCore/inspector/front-end/NativeMemorySnapshotView.js 2013-02-11 15:44:27 UTC (rev 142472)
+++ trunk/Source/WebCore/inspector/front-end/NativeMemorySnapshotView.js 2013-02-11 15:45:46 UTC (rev 142473)
@@ -495,7 +495,6 @@
/**
* @param {?string} error
* @param {?MemoryAgent.MemoryBlock} memoryBlock
- * @param {?Object=} graph
*/
function didReceiveMemorySnapshot(error, memoryBlock)
{
@@ -673,7 +672,6 @@
/**
* @param {?string} error
* @param {?MemoryAgent.MemoryBlock} memoryBlock
- * @param {?Object=} graph
*/
function didReceiveMemorySnapshot(error, memoryBlock)
{
Modified: trunk/Source/WebCore/inspector/front-end/ProfilesPanel.js (142472 => 142473)
--- trunk/Source/WebCore/inspector/front-end/ProfilesPanel.js 2013-02-11 15:44:27 UTC (rev 142472)
+++ trunk/Source/WebCore/inspector/front-end/ProfilesPanel.js 2013-02-11 15:45:46 UTC (rev 142473)
@@ -1243,8 +1243,7 @@
/**
* @override
- * @param {number} uid
- * @param {string} chunk
+ * @param {MemoryAgent.HeapSnapshotChunk} chunk
*/
addNativeSnapshotChunk: function(chunk)
{
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes