| Index: tracing/tracing/ui/base/dom_helpers_test.html
|
| diff --git a/tracing/tracing/ui/base/dom_helpers_test.html b/tracing/tracing/ui/base/dom_helpers_test.html
|
| index 7a87fe6ab64a7c70a4da2beda18a3bbcae39bfc4..61ca370c5be5850b37208aefc74852d17dd8850c 100644
|
| --- a/tracing/tracing/ui/base/dom_helpers_test.html
|
| +++ b/tracing/tracing/ui/base/dom_helpers_test.html
|
| @@ -9,7 +9,7 @@ found in the LICENSE file.
|
| 'use strict';
|
|
|
| tr.b.unittest.testSuite(function() {
|
| - var THIS_DOC = document._currentScript.ownerDocument;
|
| + var THIS_DOC = document.currentScript.ownerDocument;
|
|
|
| test('simpleSpanAndDiv', function() {
|
| var divEl = tr.ui.b.createDiv({
|
|
|