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

Unified Diff: Source/core/page/Page.h

Issue 307943002: Oilpan: Prepare moving InspectorController and InspectorAgents to oilpan. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/page/Page.h
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
index 0f1d2143a1fd0d446cfd0415eb4a82f5c947f702..cfd394201e593d2f9091996562d9fa028e203948 100644
--- a/Source/core/page/Page.h
+++ b/Source/core/page/Page.h
@@ -254,7 +254,7 @@ private:
const OwnPtrWillBeMember<DragController> m_dragController;
const OwnPtr<FocusController> m_focusController;
const OwnPtrWillBeMember<ContextMenuController> m_contextMenuController;
- const OwnPtr<InspectorController> m_inspectorController;
+ const OwnPtrWillBeMember<InspectorController> m_inspectorController;
const OwnPtrWillBeMember<PointerLockController> m_pointerLockController;
OwnPtr<ScrollingCoordinator> m_scrollingCoordinator;
const OwnPtrWillBeMember<UndoStack> m_undoStack;

Powered by Google App Engine
This is Rietveld 408576698