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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 10698047: Regenerate html_dartium.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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:
Download patch
« no previous file with comments | « no previous file | no next file » | 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 d5a55de9dbdd7dca2893c2b185767415ba3c5d97..a028ffcc44cb469ddfe5db40fb34c6dc5033ac4a 100644
--- a/lib/html/dartium/html_dartium.dart
+++ b/lib/html/dartium/html_dartium.dart
@@ -40991,7 +40991,7 @@ class _LocationCrossFrameImpl extends NativeFieldWrapperClass1 implements Locati
String get typeName() => "Location";
}
-class _DOMStringMapImpl extends _DOMWrapperBase implements Map<String, String> {
+class _DOMStringMapImpl extends NativeFieldWrapperClass1 implements Map<String, String> {
_DOMStringMapImpl();
bool containsValue(String value) => Maps.containsValue(this, value);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698