Index: tracing/tracing/ui/analysis/stub_analysis_table.html |
diff --git a/tracing/tracing/ui/analysis/stub_analysis_table.html b/tracing/tracing/ui/analysis/stub_analysis_table.html |
index c08278c9b447f4d1f0eccf6b4ba222665a675413..b606d1736a1fb4890f040701f504939d92ce2e67 100644 |
--- a/tracing/tracing/ui/analysis/stub_analysis_table.html |
+++ b/tracing/tracing/ui/analysis/stub_analysis_table.html |
@@ -23,8 +23,8 @@ tr.exportTo('tr.ui.analysis', function() { |
}, |
appendChild: function(node) { |
- if (node.tagName == 'TFOOT' || node.tagName == 'THEAD' || |
- node.tagName == 'TBODY') { |
+ if (node.tagName === 'TFOOT' || node.tagName === 'THEAD' || |
+ node.tagName === 'TBODY') { |
node.__proto__ = StubAnalysisTable.prototype; |
node.nodes_ = []; |
node.ownerDocument_ = document; |