Chromium Code Reviews| Index: sdk/lib/_internal/js_runtime/lib/js_rti.dart |
| diff --git a/sdk/lib/_internal/js_runtime/lib/js_rti.dart b/sdk/lib/_internal/js_runtime/lib/js_rti.dart |
| index 2e1c8d702e10323a682f5e01728c27a65a5eab79..3df03d3338b041bb182fee974337a19c5122593c 100644 |
| --- a/sdk/lib/_internal/js_runtime/lib/js_rti.dart |
| +++ b/sdk/lib/_internal/js_runtime/lib/js_rti.dart |
| @@ -39,7 +39,7 @@ |
| * to an array containing only null values. |
| */ |
| -part of _js_helper; |
| +part of "js_helper.dart"; |
| Type createRuntimeType(String name) { |
| // Use a 'JS' cast to String. Since this is registered as used by the |