Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Unified Diff: tracing/tracing/ui/base/dom_helpers_test.html

Issue 2267503002: Import polymer in a single place and remove d3 hacks (Closed) Base URL: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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({

Powered by Google App Engine
This is Rietveld 408576698