Index: Source/core/html/shadow/DateTimeEditElement.cpp |
diff --git a/Source/core/html/shadow/DateTimeEditElement.cpp b/Source/core/html/shadow/DateTimeEditElement.cpp |
index 28a7b63ddb66441ddc4267a14d170ebd49c729d0..11dde15fc88d6923f1566ee06496c48eb029b959 100644 |
--- a/Source/core/html/shadow/DateTimeEditElement.cpp |
+++ b/Source/core/html/shadow/DateTimeEditElement.cpp |
@@ -448,8 +448,10 @@ DateTimeEditElement::DateTimeEditElement(Document& document, EditControlOwner& e |
DateTimeEditElement::~DateTimeEditElement() |
{ |
+#if !ENABLE(OILPAN) |
for (size_t fieldIndex = 0; fieldIndex < m_fields.size(); ++fieldIndex) |
m_fields[fieldIndex]->removeEventHandler(); |
haraken
2014/04/25 05:21:42
Just help me understand: Even though we have not y
Mads Ager (chromium)
2014/04/25 10:58:25
This is in a shadow tree and is not accessible fro
|
+#endif |
} |
inline Element* DateTimeEditElement::fieldsWrapperElement() const |