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

Unified Diff: tracing/tracing/value/ui/scalar_span_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/value/ui/scalar_span_test.html
diff --git a/tracing/tracing/value/ui/scalar_span_test.html b/tracing/tracing/value/ui/scalar_span_test.html
index 15403163ac9dffeb192825c38cbfc4f81823c618..5c87dbe59f68d1440303f0f2464476a262974c9e 100644
--- a/tracing/tracing/value/ui/scalar_span_test.html
+++ b/tracing/tracing/value/ui/scalar_span_test.html
@@ -17,7 +17,7 @@ found in the LICENSE file.
tr.b.unittest.testSuite(function() {
var ScalarNumeric = tr.v.ScalarNumeric;
var Unit = tr.v.Unit;
- var THIS_DOC = document._currentScript.ownerDocument;
+ var THIS_DOC = document.currentScript.ownerDocument;
function checkScalarSpan(test, value, unit, expectedContent, opt_options) {
var options = opt_options || {};

Powered by Google App Engine
This is Rietveld 408576698