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

Unified Diff: lib/html/dartium/html_dartium.dart

Issue 10989021: Revert "Adding constructor to ContentElement." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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:
Download patch
« no previous file with comments | « lib/html/dart2js/html_dart2js.dart ('k') | lib/html/scripts/systemhtml.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/dartium/html_dartium.dart
diff --git a/lib/html/dartium/html_dartium.dart b/lib/html/dartium/html_dartium.dart
index 5f9e117f0f2dcff73140e3feca7e060440e62c1f..dc8db31d9c58e5176022cbd72a00463d705c7494 100644
--- a/lib/html/dartium/html_dartium.dart
+++ b/lib/html/dartium/html_dartium.dart
@@ -9259,8 +9259,6 @@ class _ConsoleImpl extends NativeFieldWrapperClass1 implements Console {
/// @domName HTMLContentElement
abstract class ContentElement implements Element {
- factory ContentElement() => _Elements.createContentElement();
-
/** @domName HTMLContentElement.select */
String select;
}
@@ -42053,11 +42051,6 @@ class _Elements {
return _e;
}
- static ContentElement createContentElement() {
- _HTMLContentElementImpl _e = _document.$dom_createElement("content");
- return _e;
- }
-
static DListElement createDListElement() {
_HTMLDListElementImpl _e = _document.$dom_createElement("dl");
return _e;
« no previous file with comments | « lib/html/dart2js/html_dart2js.dart ('k') | lib/html/scripts/systemhtml.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698