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

Unified Diff: tools/dom/src/html_native_DOMImplementation.dart

Issue 312903002: Dartium custom element upgrade fixes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
« no previous file with comments | « tools/dom/src/dartium_CustomElementSupport.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/src/html_native_DOMImplementation.dart
diff --git a/tools/dom/src/html_native_DOMImplementation.dart b/tools/dom/src/html_native_DOMImplementation.dart
index 304c474da091448e5f1f4149cda8233e92b3e1d1..28ce6f503a034c89476f3567d04c5042b394ad4c 100644
--- a/tools/dom/src/html_native_DOMImplementation.dart
+++ b/tools/dom/src/html_native_DOMImplementation.dart
@@ -429,7 +429,7 @@ class _Utils {
static void initializeCustomElement(HtmlElement element) =>
_blink.Native_Utils_initializeCustomElement(element);
- static void changeElementWrapper(HtmlElement element, Type type) =>
+ static Element changeElementWrapper(HtmlElement element, Type type) =>
_blink.Native_Utils_changeElementWrapper(element, type);
}
« no previous file with comments | « tools/dom/src/dartium_CustomElementSupport.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698