Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1595)

Unified Diff: Source/devtools/front_end/profiler/heap_snapshot_worker/JSHeapSnapshot.js

Issue 344443003: DevTools: Code fixes for the Closure compiler roll (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/profiler/heap_snapshot_worker/JSHeapSnapshot.js
diff --git a/Source/devtools/front_end/profiler/heap_snapshot_worker/JSHeapSnapshot.js b/Source/devtools/front_end/profiler/heap_snapshot_worker/JSHeapSnapshot.js
index a190d8910cb16470de382a97d295ad4e5265e9cd..f1c592ab7e64af2bde1eeca57bdf2569db50f344 100644
--- a/Source/devtools/front_end/profiler/heap_snapshot_worker/JSHeapSnapshot.js
+++ b/Source/devtools/front_end/profiler/heap_snapshot_worker/JSHeapSnapshot.js
@@ -156,7 +156,7 @@ WebInspector.JSHeapSnapshot.prototype = {
{
/**
* @param {!WebInspector.HeapSnapshotNode} node
- * @param {!string} name
+ * @param {string} name
* @return {?WebInspector.HeapSnapshotNode}
*/
function getChildNodeByName(node, name)

Powered by Google App Engine
This is Rietveld 408576698