| Index: Source/core/html/RadioNodeList.cpp
|
| diff --git a/Source/core/html/RadioNodeList.cpp b/Source/core/html/RadioNodeList.cpp
|
| index 03a90348f9308fb361eab33ecbb7138ff212f5bd..c36e4c5bb90a8774a51644a694a8015d6ec0d03c 100644
|
| --- a/Source/core/html/RadioNodeList.cpp
|
| +++ b/Source/core/html/RadioNodeList.cpp
|
| @@ -47,7 +47,9 @@ RadioNodeList::RadioNodeList(ContainerNode& rootNode, const AtomicString& name,
|
|
|
| RadioNodeList::~RadioNodeList()
|
| {
|
| +#if !ENABLE(OILPAN)
|
| ownerNode().nodeLists()->removeCache(this, m_onlyMatchImgElements ? RadioImgNodeListType : RadioNodeListType, m_name);
|
| +#endif
|
| }
|
|
|
| static inline HTMLInputElement* toRadioButtonInputElement(Node& node)
|
|
|