| Index: tracing/tracing/ui/extras/chrome/cc/layer_tree_host_impl_view.html
|
| diff --git a/tracing/tracing/ui/extras/chrome/cc/layer_tree_host_impl_view.html b/tracing/tracing/ui/extras/chrome/cc/layer_tree_host_impl_view.html
|
| index 1b8c544c67e6b7cf809080288890129546f345e9..97a8bfe75e976a4ac3841c57faf6e5ba6c81c702 100644
|
| --- a/tracing/tracing/ui/extras/chrome/cc/layer_tree_host_impl_view.html
|
| +++ b/tracing/tracing/ui/extras/chrome/cc/layer_tree_host_impl_view.html
|
| @@ -85,7 +85,7 @@ tr.exportTo('tr.ui.e.chrome.cc', function() {
|
| },
|
|
|
| set selection(selection) {
|
| - if (this.selection_ == selection)
|
| + if (this.selection_ === selection)
|
| return;
|
| this.selection_ = selection;
|
| this.layerPicker_.selection = selection;
|
|
|