| Index: tracing/tracing/ui/analysis/single_power_sample_sub_view.html
|
| diff --git a/tracing/tracing/ui/analysis/single_power_sample_sub_view.html b/tracing/tracing/ui/analysis/single_power_sample_sub_view.html
|
| index 1bc4fe8af1219f895656106775e3cb3cf0a2c144..9be2ec3fac37c5999bef2d91949468212bc59d17 100644
|
| --- a/tracing/tracing/ui/analysis/single_power_sample_sub_view.html
|
| +++ b/tracing/tracing/ui/analysis/single_power_sample_sub_view.html
|
| @@ -103,7 +103,7 @@ Polymer({
|
| },
|
|
|
| updateContents_: function() {
|
| - if (this.selection.length != 1)
|
| + if (this.selection.length !== 1)
|
| throw 'Cannot pass multiple samples to sample table.';
|
| this.$.samplesTable.sample = tr.b.getOnlyElement(this.selection);
|
| }
|
|
|