| Index: third_party/WebKit/Source/core/html/RelList.h
|
| diff --git a/third_party/WebKit/Source/core/html/RelList.h b/third_party/WebKit/Source/core/html/RelList.h
|
| index 2f0825bd89f4cbab041bace2cdbe5bf73d781aee..e13b5b531736a1c83f80569a64d9147fd8d71a9b 100644
|
| --- a/third_party/WebKit/Source/core/html/RelList.h
|
| +++ b/third_party/WebKit/Source/core/html/RelList.h
|
| @@ -26,6 +26,10 @@ public:
|
| void setRelValues(const AtomicString&);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
| +#if !ENABLE(OILPAN)
|
| + void ref() override { m_element->ref(); }
|
| + void deref() override { m_element->deref(); }
|
| +#endif
|
|
|
| using SupportedTokens = HashSet<AtomicString>;
|
|
|
|
|