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

Unified Diff: third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.cpp

Issue 1432243003: Oilpan: move DateTimeChooser to the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.cpp
diff --git a/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.cpp b/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.cpp
index 16fa618fdf66681f4cdebf66a259cf3b1c975709..9d60f71a83b268945a9811c8d75f551a87a04e88 100644
--- a/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.cpp
+++ b/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.cpp
@@ -185,6 +185,7 @@ void PickerIndicatorElement::didNotifySubtreeInsertionsToDocument()
DEFINE_TRACE(PickerIndicatorElement)
{
visitor->trace(m_pickerIndicatorOwner);
+ visitor->trace(m_chooser);
HTMLDivElement::trace(visitor);
}

Powered by Google App Engine
This is Rietveld 408576698