| Index: client/dom/generated/src/wrapping/_InjectedScriptHostWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_InjectedScriptHostWrappingImplementation.dart b/client/dom/generated/src/wrapping/_InjectedScriptHostWrappingImplementation.dart
|
| index bb3b8e8b2341f7a927d853d47ac183c5592f2d2b..9e8e851967f11a1f60201efa41f5748bc62f7fc3 100644
|
| --- a/client/dom/generated/src/wrapping/_InjectedScriptHostWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_InjectedScriptHostWrappingImplementation.dart
|
| @@ -45,16 +45,21 @@ class _InjectedScriptHostWrappingImplementation extends DOMWrapperBase implement
|
| }
|
| static Object _evaluate(receiver, text) native;
|
|
|
| + Object functionLocation(Object object) {
|
| + return _functionLocation(this, object);
|
| + }
|
| + static Object _functionLocation(receiver, object) native;
|
| +
|
| void inspect(Object objectId, Object hints) {
|
| _inspect(this, objectId, hints);
|
| return;
|
| }
|
| static void _inspect(receiver, objectId, hints) native;
|
|
|
| - Object inspectedNode(int value) {
|
| - return _inspectedNode(this, value);
|
| + Object inspectedNode(int num) {
|
| + return _inspectedNode(this, num);
|
| }
|
| - static Object _inspectedNode(receiver, value) native;
|
| + static Object _inspectedNode(receiver, num) native;
|
|
|
| Object internalConstructorName(Object object) {
|
| return _internalConstructorName(this, object);
|
|
|