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

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

Issue 1928873003: Use Polymer.dom with many dom manipulations. (Closed) Base URL: https://github.com/catapult-project/catapult.git@polymer10-migration
Patch Set: fixes Created 4 years, 8 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
« no previous file with comments | « tracing/tracing/ui/base/dom_helpers_test.html ('k') | tracing/tracing/ui/base/dropdown.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/base/drag_handle_test.html
diff --git a/tracing/tracing/ui/base/drag_handle_test.html b/tracing/tracing/ui/base/drag_handle_test.html
index e0c53b1cb114ddca8259a502317d1e8154ab3fb9..2ccd71b995d4e5d1b2e8cbd59aeb0517a9785b54 100644
--- a/tracing/tracing/ui/base/drag_handle_test.html
+++ b/tracing/tracing/ui/base/drag_handle_test.html
@@ -87,7 +87,7 @@ tr.b.unittest.testSuite(function() {
dragHandle.forceMutationObserverFlush_();
assert.equal(el.getLowerElHeight(), 110);
} finally {
- document.head.removeChild(styleEl);
+ Polymer.dom(document.head).removeChild(styleEl);
}
});
});
« no previous file with comments | « tracing/tracing/ui/base/dom_helpers_test.html ('k') | tracing/tracing/ui/base/dropdown.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698