| Index: Source/web/InspectorClientImpl.cpp
|
| diff --git a/Source/web/InspectorClientImpl.cpp b/Source/web/InspectorClientImpl.cpp
|
| index ac4dcebb4651155d11cd1e9968953f099a465562..cae80e937e0edb5a0f59fbe33458e9724b3d6a0b 100644
|
| --- a/Source/web/InspectorClientImpl.cpp
|
| +++ b/Source/web/InspectorClientImpl.cpp
|
| @@ -170,7 +170,7 @@ void InspectorClientImpl::setTraceEventCallback(TraceEventCallback callback)
|
|
|
| WebDevToolsAgentImpl* InspectorClientImpl::devToolsAgent()
|
| {
|
| - return static_cast<WebDevToolsAgentImpl*>(m_inspectedWebView->devToolsAgent());
|
| + return toWebDevToolsAgentImpl(m_inspectedWebView->devToolsAgent());
|
| }
|
|
|
| } // namespace WebKit
|
|
|