| Index: Source/core/inspector/InspectorFrontendHost.h
|
| diff --git a/Source/core/inspector/InspectorFrontendHost.h b/Source/core/inspector/InspectorFrontendHost.h
|
| index a6c79081988dddf7c0f83cd94c45e59ff1c4918d..22fe21075b6315a69d994f830d93059e657aeadf 100644
|
| --- a/Source/core/inspector/InspectorFrontendHost.h
|
| +++ b/Source/core/inspector/InspectorFrontendHost.h
|
| @@ -54,7 +54,6 @@ public:
|
|
|
| void setZoomFactor(float);
|
| float zoomFactor();
|
| - void inspectedURLChanged(const String&);
|
|
|
| void setInjectedScriptForOrigin(const String& origin, const String& script);
|
|
|
|
|