| Index: third_party/WebCore/inspector/InspectorFrontendHost.idl
|
| diff --git a/third_party/WebCore/inspector/InspectorFrontendHost.idl b/third_party/WebCore/inspector/InspectorFrontendHost.idl
|
| index 1127c3b83531844ff19a664ec475fc05be2a5f51..73cee58df6e3742cc07c17e21c295c507eeec591 100644
|
| --- a/third_party/WebCore/inspector/InspectorFrontendHost.idl
|
| +++ b/third_party/WebCore/inspector/InspectorFrontendHost.idl
|
| @@ -52,8 +52,8 @@ module core {
|
|
|
| void copyText(in DOMString text);
|
| void openInNewTab(in DOMString url);
|
| - boolean canSaveAs();
|
| - void saveAs(in DOMString fileName, in DOMString content);
|
| + boolean canSave();
|
| + void save(in DOMString url, in DOMString content, in boolean forceSaveAs);
|
|
|
| [Custom] DOMString platform();
|
| [Custom] DOMString port();
|
|
|