| Index: Source/core/inspector/InspectorFrontendHost.idl
|
| diff --git a/Source/core/inspector/InspectorFrontendHost.idl b/Source/core/inspector/InspectorFrontendHost.idl
|
| index 7f883fd728a3293d7b85bb0da2a1a952ba59bf13..058608a71148919e747e54ffbfc71e3c1a4ee544 100644
|
| --- a/Source/core/inspector/InspectorFrontendHost.idl
|
| +++ b/Source/core/inspector/InspectorFrontendHost.idl
|
| @@ -36,7 +36,6 @@
|
| // FIXME: setZoomFactor is here only for old frontends. Remove in M38.
|
| void setZoomFactor(float zoom);
|
| float zoomFactor();
|
| - void inspectedURLChanged(DOMString newURL);
|
|
|
| void setInjectedScriptForOrigin(DOMString origin, DOMString script);
|
|
|
|
|