| 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 9e8e851967f11a1f60201efa41f5748bc62f7fc3..bdfad9744950ab563bdc3cdf68d709cfb271b9fb 100644
|
| --- a/client/dom/generated/src/wrapping/_InjectedScriptHostWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_InjectedScriptHostWrappingImplementation.dart
|
| @@ -45,10 +45,10 @@ class _InjectedScriptHostWrappingImplementation extends DOMWrapperBase implement
|
| }
|
| static Object _evaluate(receiver, text) native;
|
|
|
| - Object functionLocation(Object object) {
|
| - return _functionLocation(this, object);
|
| + Object functionDetails(Object object) {
|
| + return _functionDetails(this, object);
|
| }
|
| - static Object _functionLocation(receiver, object) native;
|
| + static Object _functionDetails(receiver, object) native;
|
|
|
| void inspect(Object objectId, Object hints) {
|
| _inspect(this, objectId, hints);
|
|
|