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

Unified Diff: client/html/frog/html_frog.dart

Issue 9553011: Fix dartium checked mode build break. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/dartium/html_dartium.dart ('k') | client/html/generated/html/dartium/EventTarget.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/frog/html_frog.dart
diff --git a/client/html/frog/html_frog.dart b/client/html/frog/html_frog.dart
index c789968574f49e77b05cd2b465b75b12870ee9cb..4f728a82e114fdfe2b54f8a616a16f96b7a42ec3 100644
--- a/client/html/frog/html_frog.dart
+++ b/client/html/frog/html_frog.dart
@@ -51,7 +51,8 @@ Document get document() {
_DocumentImpl get _document() native "return window.document.documentElement;";
-// Workaround for classes like <site> that lack their own Element subclass.
+// Workaround for tags like <cite> that lack their own Element subclass --
+// Dart issue 1990.
class _HTMLElementImpl extends _ElementImpl native "*HTMLElement" {
}
class _AbstractWorkerImpl extends _EventTargetImpl implements AbstractWorker native "*AbstractWorker" {
@@ -23020,7 +23021,7 @@ interface NodeList extends List<Node> {
interface NodeSelector {
- // TODO(nweiz): add this back once DocumentFragment is ported.
+ // TODO(nweiz): add this back once DocumentFragment is ported.
// ElementList queryAll(String selectors);
« no previous file with comments | « client/html/dartium/html_dartium.dart ('k') | client/html/generated/html/dartium/EventTarget.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698