Index: sdk/lib/_internal/js_runtime/lib/developer_patch.dart |
diff --git a/sdk/lib/_internal/js_runtime/lib/developer_patch.dart b/sdk/lib/_internal/js_runtime/lib/developer_patch.dart |
index 15cafa899587a31d6bbbadb2aa10b2067155eb84..8349d14fef3218e819d85fc7e23711f74f42de23 100644 |
--- a/sdk/lib/_internal/js_runtime/lib/developer_patch.dart |
+++ b/sdk/lib/_internal/js_runtime/lib/developer_patch.dart |
@@ -4,7 +4,7 @@ |
// Patch file for dart:developer library. |
-import 'dart:_js_helper' show patch; |
+import 'dart:_js_helper' show patch, ForceInline; |
import 'dart:_foreign_helper' show JS; |
@patch |