| Index: Source/core/html/forms/FormController.cpp
|
| diff --git a/Source/core/html/forms/FormController.cpp b/Source/core/html/forms/FormController.cpp
|
| index e4125bb7ed5753d814fdb39a5d8870afc8b20a5d..8886b3a2e05f1698899ea65c64ca563a9511677d 100644
|
| --- a/Source/core/html/forms/FormController.cpp
|
| +++ b/Source/core/html/forms/FormController.cpp
|
| @@ -386,7 +386,9 @@ DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(DocumentState)
|
|
|
| void DocumentState::trace(Visitor* visitor)
|
| {
|
| +#if ENABLE(OILPAN)
|
| visitor->trace(m_formControls);
|
| +#endif
|
| }
|
|
|
| void DocumentState::addControl(HTMLFormControlElementWithState* control)
|
|
|