Index: tracing/tracing/ui/extras/chrome/cc/display_item_list_view.html |
diff --git a/tracing/tracing/ui/extras/chrome/cc/display_item_list_view.html b/tracing/tracing/ui/extras/chrome/cc/display_item_list_view.html |
index 72d4665972f3bf3935c50337d807c146136776d5..5e6c3a6f091d7855f3df433b5e9417021d878b48 100644 |
--- a/tracing/tracing/ui/extras/chrome/cc/display_item_list_view.html |
+++ b/tracing/tracing/ui/extras/chrome/cc/display_item_list_view.html |
@@ -35,8 +35,9 @@ tr.exportTo('tr.ui.e.chrome.cc', function() { |
}, |
updateContents: function() { |
- if (this.objectSnapshot_ && this.displayItemDebugger_) |
+ if (this.objectSnapshot_ && this.displayItemDebugger_) { |
this.displayItemDebugger_.displayItemList = this.objectSnapshot_; |
+ } |
} |
}; |