| Index: tracing/tracing/ui/base/table_header_cell.html
 | 
| diff --git a/tracing/tracing/ui/base/table_header_cell.html b/tracing/tracing/ui/base/table_header_cell.html
 | 
| index aa5b3f64dfc01f2463c045cb5be4abe88e3199a8..9b9494b5c99ed9079642f68080a634359b1f41d3 100644
 | 
| --- a/tracing/tracing/ui/base/table_header_cell.html
 | 
| +++ b/tracing/tracing/ui/base/table_header_cell.html
 | 
| @@ -57,7 +57,7 @@ found in the LICENSE file.
 | 
|            tr.ui.b.asHTMLOrTextNode(this.cellTitle_, this.ownerDocument);
 | 
|  
 | 
|        this.$.title.innerText = '';
 | 
| -      this.$.title.appendChild(titleNode);
 | 
| +      Polymer.dom(this.$.title).appendChild(titleNode);
 | 
|      },
 | 
|  
 | 
|      get cellTitle() {
 | 
| 
 |