| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index 8d4c3de40927b68f9c424dd1614e53c47f27babd..45057f413572e1ed721207c56fd8746e8f23ecc8 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -48429,8 +48429,7 @@ class _Utils {
|
| return [
|
| "inspect",
|
| (o) {
|
| - host.callMethod("inspect", [o]);
|
| - return o;
|
| + return host.callMethod("_inspect", [unwrap_jso(o)]);
|
| },
|
| "dir",
|
| window().console.dir,
|
|
|