| Index: Source/core/html/HTMLFormControlElement.cpp
|
| diff --git a/Source/core/html/HTMLFormControlElement.cpp b/Source/core/html/HTMLFormControlElement.cpp
|
| index 54d24e8e2a8ec3c55b564a33970c5a5775b9eecb..cdb8c28879ab7bee58146cd00ae2c31a6ea90024 100644
|
| --- a/Source/core/html/HTMLFormControlElement.cpp
|
| +++ b/Source/core/html/HTMLFormControlElement.cpp
|
| @@ -63,7 +63,9 @@ HTMLFormControlElement::HTMLFormControlElement(const QualifiedName& tagName, Doc
|
|
|
| HTMLFormControlElement::~HTMLFormControlElement()
|
| {
|
| +#if !ENABLE(OILPAN)
|
| setForm(0);
|
| +#endif
|
| }
|
|
|
| String HTMLFormControlElement::formEnctype() const
|
|
|