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

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

Issue 19510005: [oilpan] Completely move HTMLFormControlElement's hierarchy to the managed heap Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: 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
« no previous file with comments | « Source/core/page/ChromeClient.h ('k') | Source/core/page/DragController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/DragController.h
diff --git a/Source/core/page/DragController.h b/Source/core/page/DragController.h
index ecd0a3d8081cb1873574af848f6c22532ea35b1a..6b3e35d09b5cdbc0ee551c82a55be2384a492e16 100644
--- a/Source/core/page/DragController.h
+++ b/Source/core/page/DragController.h
@@ -30,6 +30,7 @@
#include "core/platform/DragImage.h"
#include "core/platform/KURL.h"
#include "core/platform/graphics/IntPoint.h"
+#include "heap/Handle.h"
namespace WebCore {
@@ -120,7 +121,7 @@ namespace WebCore {
RefPtr<Document> m_documentUnderMouse; // The document the mouse was last dragged over.
RefPtr<Document> m_dragInitiator; // The Document (if any) that initiated the drag.
- RefPtr<HTMLInputElement> m_fileInputElementUnderMouse;
+ Persistent<HTMLInputElement> m_fileInputElementUnderMouse;
bool m_documentIsHandlingDrag;
DragDestinationAction m_dragDestinationAction;
« no previous file with comments | « Source/core/page/ChromeClient.h ('k') | Source/core/page/DragController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698