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

Unified Diff: tracing/tracing/ui/base/utils_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/utils_test.html
diff --git a/tracing/tracing/ui/base/utils_test.html b/tracing/tracing/ui/base/utils_test.html
index 7f9846a4188baf24046a1eb685077fece904b4ce..f24cd2be81171922773567420128c0e906f2db83 100644
--- a/tracing/tracing/ui/base/utils_test.html
+++ b/tracing/tracing/ui/base/utils_test.html
@@ -35,7 +35,7 @@ Polymer({
'use strict';
tr.b.unittest.testSuite(function() {
- var THIS_DOC = document._currentScript.ownerDocument;
+ var THIS_DOC = document.currentScript.ownerDocument;
test('instantiateTemplatePolymer', function() {
var e = tr.ui.b.instantiateTemplate(

Powered by Google App Engine
This is Rietveld 408576698