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

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

Issue 11040059: Add interface_name and implementation_name to IDLTypeInfo class and use them instead of dart_type. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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 | « no previous file | lib/html/dartium/html_dartium.dart » ('j') | lib/html/scripts/generator.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/dart2js/html_dart2js.dart
diff --git a/lib/html/dart2js/html_dart2js.dart b/lib/html/dart2js/html_dart2js.dart
index 9ec14b25b5b34b9335ddf114f0e05def90461b2c..2ab73a4668197e88d81c2809e79cd30fcffd67b6 100644
--- a/lib/html/dart2js/html_dart2js.dart
+++ b/lib/html/dart2js/html_dart2js.dart
@@ -23265,7 +23265,7 @@ class _RTCSessionDescriptionImpl implements RTCSessionDescription native "*RTCSe
// WARNING: Do not edit - generated code.
/// @domName RadioNodeList
-abstract class RadioNodeList implements List<Node> {
+abstract class RadioNodeList implements NodeList {
Anton Muhin 2012/10/05 15:15:31 I believe we're in process of killing NodeList, an
podivilov 2012/10/05 16:02:51 We currently have NodeList interface, so RadioNode
/** @domName RadioNodeList.value */
String value;
« no previous file with comments | « no previous file | lib/html/dartium/html_dartium.dart » ('j') | lib/html/scripts/generator.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698