Index: tracing/tracing/extras/importer/linux_perf/mali_parser.html |
diff --git a/tracing/tracing/extras/importer/linux_perf/mali_parser.html b/tracing/tracing/extras/importer/linux_perf/mali_parser.html |
index 0516805f740ee9528b403f66b2874d4f34497c98..7cba16fcf6d33b4c7808b089bcc1af99afe86099 100644 |
--- a/tracing/tracing/extras/importer/linux_perf/mali_parser.html |
+++ b/tracing/tracing/extras/importer/linux_perf/mali_parser.html |
@@ -278,9 +278,9 @@ tr.exportTo('tr.e.importer.linux_perf', function() { |
* gles/src/texture/mali_gles_texture_slave.c@1505: |
*/ |
maliDDKEvent: function(eventName, cpuNumber, pid, ts, eventBase) { |
- if (this.lineRE == null) { |
+ if (this.lineRE === null) { |
this.lineRE = this.autoDetectLineRE(eventBase.details); |
- if (this.lineRE == null) |
+ if (this.lineRE === null) |
return false; |
} |
var maliEvent = this.lineRE.exec(eventBase.details); |