Chromium Code Reviews| Index: Source/core/dom/Node.h |
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
| index 0f523a063b53223c0424a92b770640b5a1ca559b..f4a46d2b71e949b1d0001a9caf01b3860dcaea33 100644 |
| --- a/Source/core/dom/Node.h |
| +++ b/Source/core/dom/Node.h |
| @@ -785,9 +785,9 @@ protected: |
| NodeRareData* rareData() const; |
| NodeRareData& ensureRareData(); |
| +#if !ENABLE(OILPAN) |
| void clearRareData(); |
| -#if !ENABLE(OILPAN) |
| void clearEventTargetData(); |
| #endif |