| Index: runtime/bin/builtin.h
|
| diff --git a/runtime/bin/builtin.h b/runtime/bin/builtin.h
|
| index d90223af7344c01810f27fe86010828ea784b8bb..d7e1e4c226868c2d94a183d1f12bbf7dd23e12db 100644
|
| --- a/runtime/bin/builtin.h
|
| +++ b/runtime/bin/builtin.h
|
| @@ -75,14 +75,14 @@ class Builtin {
|
| static const char* html_common_source_paths_[];
|
| static const char* js_source_paths_[];
|
| static const char* js_util_source_paths_[];
|
| - static const char* blink_source_paths_[];
|
| - static const char* indexeddb_source_paths_[];
|
| + static const char* _blink_source_paths_[];
|
| + static const char* indexed_db_source_paths_[];
|
| static const char* cached_patches_source_paths_[];
|
| static const char* web_gl_source_paths_[];
|
| static const char* metadata_source_paths_[];
|
| - static const char* websql_source_paths_[];
|
| + static const char* web_sql_source_paths_[];
|
| static const char* svg_source_paths_[];
|
| - static const char* webaudio_source_paths_[];
|
| + static const char* web_audio_source_paths_[];
|
|
|
| static Dart_Port load_port_;
|
| static const int num_libs_;
|
|
|