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

Unified Diff: dart/tools/dom/templates/html/dart2js/html_dart2js.darttemplate

Issue 16633008: Diagnose unresolved constructors in platform libraries. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 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 | « dart/tests/compiler/dart2js/analyze_api_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
diff --git a/dart/tools/dom/templates/html/dart2js/html_dart2js.darttemplate b/dart/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
index a3c0333024db3cdb5f4603d3237fbbddcc1c646f..4a94db8369788cd1bdfe33e4d3cee6b3ccb85314 100644
--- a/dart/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
+++ b/dart/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
@@ -88,6 +88,7 @@ ElementList queryAll(String selector) => document.queryAll(selector);
// Workaround for tags like <cite> that lack their own Element subclass --
// Dart issue 1990.
class _HTMLElement extends Element native "HTMLElement" {
+ factory _HTMLElement() { throw new UnsupportedError("Not supported"); }
}
// Support for Send/ReceivePortSync.
« no previous file with comments | « dart/tests/compiler/dart2js/analyze_api_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698