| Index: Source/core/testing/InspectorFrontendClientLocal.h
|
| diff --git a/Source/core/testing/InspectorFrontendClientLocal.h b/Source/core/testing/InspectorFrontendClientLocal.h
|
| index ba5f7d3e786c688547b93c6d7de8c6471a6b6da4..1d0d64437d4e1d36efd422097ad75bb198cac751 100644
|
| --- a/Source/core/testing/InspectorFrontendClientLocal.h
|
| +++ b/Source/core/testing/InspectorFrontendClientLocal.h
|
| @@ -40,7 +40,7 @@ namespace WebCore {
|
|
|
| class Frame;
|
| class InspectorController;
|
| -class InspectorBackendDispatchTask;
|
| +class InspectorBackendMessageQueue;
|
| class InspectorFrontendHost;
|
| class Page;
|
|
|
| @@ -80,7 +80,7 @@ private:
|
| Page* m_frontendPage;
|
| // TODO(yurys): this ref shouldn't be needed.
|
| RefPtr<InspectorFrontendHost> m_frontendHost;
|
| - OwnPtr<InspectorBackendDispatchTask> m_dispatchTask;
|
| + RefPtr<InspectorBackendMessageQueue> m_messageQueue;
|
| };
|
|
|
| } // namespace WebCore
|
|
|