| Index: tracing/tracing/importer/find_input_expectations.html
|
| diff --git a/tracing/tracing/importer/find_input_expectations.html b/tracing/tracing/importer/find_input_expectations.html
|
| index 25e41da4b25f97f47ef5ec1ad8b818f4a56b79f9..3f9245849ef0c4c68ab076d445298ecf7a72ef01 100644
|
| --- a/tracing/tracing/importer/find_input_expectations.html
|
| +++ b/tracing/tracing/importer/find_input_expectations.html
|
| @@ -1041,7 +1041,7 @@ tr.exportTo('tr.importer', function() {
|
| continue;
|
|
|
| // Don't merge CSS Animations with any other types.
|
| - if (isCSS != otherPE.containsSliceTitle(CSS_ANIMATION_TITLE))
|
| + if (isCSS !== otherPE.containsSliceTitle(CSS_ANIMATION_TITLE))
|
| continue;
|
|
|
| if (isCSS) {
|
|
|