Index: tracing/tracing/metrics/v8/utils.html |
diff --git a/tracing/tracing/metrics/v8/utils.html b/tracing/tracing/metrics/v8/utils.html |
index 0bf39baf56b7d4ccd7db724a1acd7668b3bfa3db..36e2b70152a91f6dfa2b80e2b8bf01be8dbcb704 100644 |
--- a/tracing/tracing/metrics/v8/utils.html |
+++ b/tracing/tracing/metrics/v8/utils.html |
@@ -81,7 +81,7 @@ tr.exportTo('tr.metrics.v8.utils', function() { |
// Low memory notification is handled specially because it contains |
// several full mark compact events. |
return event.title && event.title.startsWith(GC_EVENT_PREFIX) && |
- event.title != LOW_MEMORY_EVENT; |
+ event.title !== LOW_MEMORY_EVENT; |
} |
function isTopGarbageCollectionEvent(event) { |