| Index: third_party/WebKit/Source/core/html/ClassList.h
|
| diff --git a/third_party/WebKit/Source/core/html/ClassList.h b/third_party/WebKit/Source/core/html/ClassList.h
|
| index 146550b48f3fd564696768a2fb7d876d2851863b..e4c166187bd56d8405060ea86d241dbfb2549787 100644
|
| --- a/third_party/WebKit/Source/core/html/ClassList.h
|
| +++ b/third_party/WebKit/Source/core/html/ClassList.h
|
| @@ -44,6 +44,11 @@ public:
|
| return adoptRefWillBeNoop(new ClassList(element));
|
| }
|
|
|
| +#if !ENABLE(OILPAN)
|
| + void ref() override;
|
| + void deref() override;
|
| +#endif
|
| +
|
| unsigned length() const override;
|
| const AtomicString item(unsigned index) const override;
|
|
|
|
|