| 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 7144bc5b864cc0ea9ff4cb154a564ba1678c5759..bb3b8e8b2341f7a927d853d47ac183c5592f2d2b 100644
|
| --- a/client/dom/generated/src/wrapping/_InjectedScriptHostWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_InjectedScriptHostWrappingImplementation.dart
|
| @@ -51,10 +51,10 @@ class _InjectedScriptHostWrappingImplementation extends DOMWrapperBase implement
|
| }
|
| static void _inspect(receiver, objectId, hints) native;
|
|
|
| - Object inspectedNode(int num) {
|
| - return _inspectedNode(this, num);
|
| + Object inspectedNode(int value) {
|
| + return _inspectedNode(this, value);
|
| }
|
| - static Object _inspectedNode(receiver, num) native;
|
| + static Object _inspectedNode(receiver, value) native;
|
|
|
| Object internalConstructorName(Object object) {
|
| return _internalConstructorName(this, object);
|
|
|