Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1481)

Unified Diff: Source/core/testing/InspectorFrontendClientLocal.h

Issue 18729002: Enable message delivering in inspector-protocol tests when on pause (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: follow codereview Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698