Index: tracing/tracing/extras/importer/linux_perf/gesture_parser.html |
diff --git a/tracing/tracing/extras/importer/linux_perf/gesture_parser.html b/tracing/tracing/extras/importer/linux_perf/gesture_parser.html |
index f2c3924867b26f8f8213c41ee574b68a56aa5c41..42d2d7ebecf28d0f6f88d1b06a2977ea167e8f30 100644 |
--- a/tracing/tracing/extras/importer/linux_perf/gesture_parser.html |
+++ b/tracing/tracing/extras/importer/linux_perf/gesture_parser.html |
@@ -50,7 +50,7 @@ tr.exportTo('tr.e.importer.linux_perf', function() { |
var thread = this.importer.getOrCreatePseudoThread('gesture').thread; |
if (thread.sliceGroup.openSliceCount) { |
var slice = thread.sliceGroup.mostRecentlyOpenedPartialSlice; |
- if (slice.title != title) { |
+ if (slice.title !== title) { |
this.importer.model.importWarning({ |
type: 'title_match_error', |
message: 'Titles do not match. Title is ' + |