| Index: client/dom/generated/src/frog/InjectedScriptHost.dart
|
| diff --git a/client/dom/generated/src/frog/InjectedScriptHost.dart b/client/dom/generated/src/frog/InjectedScriptHost.dart
|
| index f12128cc3ef6b539da807f0e98ef0bdccec6d1aa..923297da3f480d256a802c5f38e630e928874fb8 100644
|
| --- a/client/dom/generated/src/frog/InjectedScriptHost.dart
|
| +++ b/client/dom/generated/src/frog/InjectedScriptHost.dart
|
| @@ -13,6 +13,8 @@ class InjectedScriptHost native "*InjectedScriptHost" {
|
|
|
| Object evaluate(String text) native;
|
|
|
| + Object functionLocation(Object object) native;
|
| +
|
| void inspect(Object objectId, Object hints) native;
|
|
|
| Object inspectedNode(int num) native;
|
|
|