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

Unified Diff: client/dom/templates/html/frog/html_frog.darttemplate

Issue 9600035: Enable new dart:html wrapperless frog bindings and wrapper dartium bindings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix to make tests pass using webdriver Created 8 years, 10 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: client/dom/templates/html/frog/html_frog.darttemplate
diff --git a/client/dom/templates/html/frog/html_frog.darttemplate b/client/dom/templates/html/frog/html_frog.darttemplate
index 80aa6b287ccd27ca0388f92f0eb6234825c3c683..fa614d5d265fb7ac151afd4b8111ed1ff99a4816 100644
--- a/client/dom/templates/html/frog/html_frog.darttemplate
+++ b/client/dom/templates/html/frog/html_frog.darttemplate
@@ -62,3 +62,7 @@ Document get document() {
}
_DocumentImpl get _document() native "return window.document.documentElement;";
+
+// Workaround for classes like <site> that lack their own Element subclass.
+class _HTMLElementImpl extends _ElementImpl native "*HTMLElement" {
nweiz 2012/03/05 22:25:02 Oh good, this was tripping me up last week.
+}

Powered by Google App Engine
This is Rietveld 408576698