| Index: third_party/WebCore/inspector/InspectorFrontendHost.idl
|
| diff --git a/third_party/WebCore/inspector/InspectorFrontendHost.idl b/third_party/WebCore/inspector/InspectorFrontendHost.idl
|
| index 73cee58df6e3742cc07c17e21c295c507eeec591..2a20370ce9b3fe1e4b4a622d8b937008d5263611 100644
|
| --- a/third_party/WebCore/inspector/InspectorFrontendHost.idl
|
| +++ b/third_party/WebCore/inspector/InspectorFrontendHost.idl
|
| @@ -54,6 +54,7 @@ module core {
|
| void openInNewTab(in DOMString url);
|
| boolean canSave();
|
| void save(in DOMString url, in DOMString content, in boolean forceSaveAs);
|
| + void append(in DOMString url, in DOMString content);
|
|
|
| [Custom] DOMString platform();
|
| [Custom] DOMString port();
|
|
|