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

Unified Diff: sdk/lib/html/dart2js/html_dart2js.dart

Issue 11696004: Removing noSuchMethod from Element. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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 | « no previous file | sdk/lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/dart2js/html_dart2js.dart
diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
index 0225788d065d2c5723248c1f0ba05596748d44cd..c3717cc423ef2c7abf8bfe443183fea8e99a9457 100644
--- a/sdk/lib/html/dart2js/html_dart2js.dart
+++ b/sdk/lib/html/dart2js/html_dart2js.dart
@@ -7572,8 +7572,6 @@ abstract class Element extends Node implements ElementTraversal native "*Element
@Creates('Null') // Set from Dart code; does not instantiate a native type.
var xtag;
- // TODO(vsm): Implement noSuchMethod or similar for dart2js.
-
/**
* Creates a text node and inserts it into the DOM at the specified location.
*
@@ -7896,9 +7894,6 @@ abstract class Element extends Node implements ElementTraversal native "*Element
}
-// Temporary dispatch hook to support WebComponents.
-Function dynamicUnknownElementDispatcher;
-
final _START_TAG_REGEXP = new RegExp('<(\\w+)');
class _ElementFactoryProvider {
static final _CUSTOM_PARENT_TAG_MAP = const {
« no previous file with comments | « no previous file | sdk/lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698