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

Unified Diff: sdk/lib/indexed_db/dartium/indexed_db_dartium.dart

Issue 12082122: Add supported checks to the SVG library, and library cleanup. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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
Index: sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
diff --git a/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart b/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
index 184fb005c826110dd5a18e5f246873253adb6776..316afb6a72299d35ba4d85851ee86c4e3708a4e6 100644
--- a/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
+++ b/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
@@ -1056,7 +1056,7 @@ class VersionChangeRequestEvents extends RequestEvents {
@DocsEditable
@DomName('IDBAny')
-class _Any extends NativeFieldWrapperClass1 {
- _Any.internal();
+class _IDBAny extends NativeFieldWrapperClass1 {
+ _IDBAny.internal();
}

Powered by Google App Engine
This is Rietveld 408576698