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

Unified Diff: client/html/html_frog.dart

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: Handle all code review comments 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
« no previous file with comments | « client/html/html.dart ('k') | client/html/htmlimpl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/html_frog.dart
diff --git a/client/html/html_frog.dart b/client/html/html_frog.dart
index d8184f4eeecfd6a7ddd349d633a5d2a521a0bc21..653ef9fb1f2b52a3edf9daeea7edb6e1feb0d083 100644
--- a/client/html/html_frog.dart
+++ b/client/html/html_frog.dart
@@ -1091,3 +1091,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" {
+}
« no previous file with comments | « client/html/html.dart ('k') | client/html/htmlimpl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698