| Index: tracing/tracing/importer/import.html
 | 
| diff --git a/tracing/tracing/importer/import.html b/tracing/tracing/importer/import.html
 | 
| index 8fe21637c8cfcc50d8476fadc8653bc6f0517c0a..cb231d7272b5130b2f1985722173b9e8a8a9f105 100644
 | 
| --- a/tracing/tracing/importer/import.html
 | 
| +++ b/tracing/tracing/importer/import.html
 | 
| @@ -86,7 +86,7 @@ tr.exportTo('tr.importer', function() {
 | 
|        overlay.title = 'Importing...';
 | 
|        overlay.userCanClose = false;
 | 
|        overlay.msgEl = document.createElement('div');
 | 
| -      overlay.appendChild(overlay.msgEl);
 | 
| +      Polymer.dom(overlay).appendChild(overlay.msgEl);
 | 
|        overlay.msgEl.style.margin = '20px';
 | 
|        overlay.update = function(msg) {
 | 
|          this.msgEl.textContent = msg;
 | 
| 
 |