Chromium Code Reviews| Index: tests/html/indexeddb_3_test.dart |
| =================================================================== |
| --- tests/html/indexeddb_3_test.dart (revision 11349) |
| +++ tests/html/indexeddb_3_test.dart (working copy) |
| @@ -5,9 +5,9 @@ |
| // Read with cursor. |
| -final String DB_NAME = 'Test'; |
| -final String STORE_NAME = 'TEST'; |
| -final String VERSION = '1'; |
| +const String DB_NAME = 'Test'; |
| +const String STORE_NAME = 'TEST'; |
| +const String VERSION = '1'; |
| class Test { |
| var db; |