Chromium Code Reviews| Index: Source/core/testing/InspectorFrontendClientLocal.h |
| diff --git a/Source/core/testing/InspectorFrontendClientLocal.h b/Source/core/testing/InspectorFrontendClientLocal.h |
| index ba5f7d3e786c688547b93c6d7de8c6471a6b6da4..5904628ffe30452a4b5e20303606daf321bcb9aa 100644 |
| --- a/Source/core/testing/InspectorFrontendClientLocal.h |
| +++ b/Source/core/testing/InspectorFrontendClientLocal.h |
| @@ -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<InspectorBackendDispatchTask> m_dispatchQueue; |
|
yurys
2013/07/16 06:56:18
Please rename InspectorBackendDispatchTask into In
Peter.Rybin
2013/07/16 11:34:31
Done.
|
| }; |
| } // namespace WebCore |