Index: third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp b/third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp |
index df0366dc22eec021b0f59f13a05ac12e95dd7c73..425102b6e6035abc595d8e04213a1e844d20f7f0 100644 |
--- a/third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp |
+++ b/third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp |
@@ -708,6 +708,9 @@ bool DateTimeEditElement::isReadOnly() const { |
void DateTimeEditElement::layout(const LayoutParameters& layoutParameters, |
const DateComponents& dateValue) { |
+ // TODO(tkent): We assume this function never dispatches events. However this |
+ // can dispatch 'blur' event in Node::removeChild(). |
+ |
DEFINE_STATIC_LOCAL(AtomicString, fieldsWrapperPseudoId, |
("-webkit-datetime-edit-fields-wrapper")); |
if (!hasChildren()) { |