Index: third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.h |
diff --git a/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.h b/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.h |
index fe14ee682c265442a592fe794270f64a5bf87332..7ce6bfed827e8313c939d63a06d38d609a1777bc 100644 |
--- a/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.h |
+++ b/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.h |
@@ -41,6 +41,7 @@ namespace blink { |
class HTMLInputElement; |
class PickerIndicatorElement final : public HTMLDivElement, public DateTimeChooserClient { |
+ WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(PickerIndicatorElement); |
public: |
// PickerIndicatorOwner implementer must call removePickerIndicatorOwner when |
// it doesn't handle event, e.g. at destruction. |