| Index: Source/core/inspector/InspectorFrontendHost.cpp
|
| diff --git a/Source/core/inspector/InspectorFrontendHost.cpp b/Source/core/inspector/InspectorFrontendHost.cpp
|
| index fc99f88671662e1a9ee20118161e739bf7fdf7fa..e8fa1aa44e79e31ef6ce689429f3bb28bc256e3b 100644
|
| --- a/Source/core/inspector/InspectorFrontendHost.cpp
|
| +++ b/Source/core/inspector/InspectorFrontendHost.cpp
|
| @@ -144,12 +144,6 @@ float InspectorFrontendHost::zoomFactor()
|
| return m_frontendPage->mainFrame()->pageZoomFactor();
|
| }
|
|
|
| -void InspectorFrontendHost::inspectedURLChanged(const String& newURL)
|
| -{
|
| - if (m_client)
|
| - m_client->inspectedURLChanged(newURL);
|
| -}
|
| -
|
| void InspectorFrontendHost::setInjectedScriptForOrigin(const String& origin, const String& script)
|
| {
|
| m_frontendPage->inspectorController().setInjectedScriptForOrigin(origin, script);
|
|
|