| Index: client/dom/generated/src/frog/InspectorFrontendHost.dart
|
| diff --git a/client/dom/generated/src/frog/InspectorFrontendHost.dart b/client/dom/generated/src/frog/InspectorFrontendHost.dart
|
| index 08fadc105d62dbd0e0247a52128f02047f5fe3e4..0227d68e18ba256ad2aa3b7a6dd6148de0f28c15 100644
|
| --- a/client/dom/generated/src/frog/InspectorFrontendHost.dart
|
| +++ b/client/dom/generated/src/frog/InspectorFrontendHost.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class InspectorFrontendHostJS implements InspectorFrontendHost native "*InspectorFrontendHost" {
|
| +class InspectorFrontendHostJs extends DOMTypeJs implements InspectorFrontendHost native "*InspectorFrontendHost" {
|
|
|
| void bringToFront() native;
|
|
|
| @@ -45,9 +45,5 @@ class InspectorFrontendHostJS implements InspectorFrontendHost native "*Inspecto
|
|
|
| void setInjectedScriptForOrigin(String origin, String script) native;
|
|
|
| - void showContextMenu(MouseEventJS event, Object items) native;
|
| -
|
| - var dartObjectLocalStorage;
|
| -
|
| - String get typeName() native;
|
| + void showContextMenu(MouseEventJs event, Object items) native;
|
| }
|
|
|