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

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

Issue 1967613003: Migrate child element manipulation, innerHTML, classList, attributes, (Closed) Base URL: https://github.com/catapult-project/catapult.git@polymer10-migration
Patch Set: Created 4 years, 7 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/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);
}
});
});

Powered by Google App Engine
This is Rietveld 408576698