| Index: tracing/tracing/base/unittest/html_test_results.html
|
| diff --git a/tracing/tracing/base/unittest/html_test_results.html b/tracing/tracing/base/unittest/html_test_results.html
|
| index fa65a9e88fb4c5fbd2ad5296b1d4c2955ff5ec69..9f8d54f4910e3bf9e5982d7040ecb8f2107b65ff 100644
|
| --- a/tracing/tracing/base/unittest/html_test_results.html
|
| +++ b/tracing/tracing/base/unittest/html_test_results.html
|
| @@ -119,7 +119,7 @@ tr.exportTo('tr.b.unittest', function() {
|
| __proto__: HTMLUnknownElement.prototype,
|
|
|
| decorate: function() {
|
| - this.appendChild(tr.ui.b.instantiateTemplate(
|
| + Polymer.dom(this).appendChild(tr.ui.b.instantiateTemplate(
|
| '#x-html-test-case-result-template', THIS_DOC));
|
| this.testCase_ = undefined;
|
| this.testCaseHRef_ = undefined;
|
| @@ -361,7 +361,7 @@ tr.exportTo('tr.b.unittest', function() {
|
| testCaseResult.testCaseHRef = href;
|
| testCaseResult.testStatus = TestStatus.PENDING;
|
| this.testCaseResultsByCaseGUID_[testCase.guid] = testCaseResult;
|
| - this.appendChild(testCaseResult);
|
| + Polymer.dom(this).appendChild(testCaseResult);
|
| this.updateDisplayStateForResult_(testCaseResult);
|
| }, this);
|
| },
|
|
|