| OLD | NEW |
| 1 | 1 |
| 2 class InspectorFrontendHost native "InspectorFrontendHost" { | 2 class InspectorFrontendHost native "*InspectorFrontendHost" { |
| 3 | 3 |
| 4 void bringToFront() native; | 4 void bringToFront() native; |
| 5 | 5 |
| 6 void closeWindow() native; | 6 void closeWindow() native; |
| 7 | 7 |
| 8 void copyText(String text) native; | 8 void copyText(String text) native; |
| 9 | 9 |
| 10 void disconnectFromBackend() native; | 10 void disconnectFromBackend() native; |
| 11 | 11 |
| 12 String hiddenPanels() native; | 12 String hiddenPanels() native; |
| (...skipping 27 matching lines...) Expand all Loading... |
| 40 void setAttachedWindowHeight(int height) native; | 40 void setAttachedWindowHeight(int height) native; |
| 41 | 41 |
| 42 void setExtensionAPI(String script) native; | 42 void setExtensionAPI(String script) native; |
| 43 | 43 |
| 44 void showContextMenu(MouseEvent event, Object items) native; | 44 void showContextMenu(MouseEvent event, Object items) native; |
| 45 | 45 |
| 46 var dartObjectLocalStorage; | 46 var dartObjectLocalStorage; |
| 47 | 47 |
| 48 String get typeName() native; | 48 String get typeName() native; |
| 49 } | 49 } |
| OLD | NEW |