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

Unified Diff: tracing/tracing/ui/base/table_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/table_test.html
diff --git a/tracing/tracing/ui/base/table_test.html b/tracing/tracing/ui/base/table_test.html
index ac2f9a2ac9153335aa36727dd4da4f3a83c86bd6..0ac002e927868e85183ee4bd5575f2eeee1be88e 100644
--- a/tracing/tracing/ui/base/table_test.html
+++ b/tracing/tracing/ui/base/table_test.html
@@ -12,7 +12,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;
var SelectionMode = tr.ui.b.TableFormat.SelectionMode;
var HighlightStyle = tr.ui.b.TableFormat.HighlightStyle;
var ColumnAlignment = tr.ui.b.TableFormat.ColumnAlignment;

Powered by Google App Engine
This is Rietveld 408576698