| Index: third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h b/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h
|
| index c60dc23ffcbde7af3364bed6dddc4fe03b0a0ca5..fa6e9add01ff1d131e26ba6ec245a4fa9f00e570 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h
|
| +++ b/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h
|
| @@ -50,6 +50,9 @@ public:
|
| {
|
| return adoptPtrWillBeNoop(new ScopedStyleResolver(scope));
|
| }
|
| +#if ENABLE(OILPAN)
|
| + void dispose();
|
| +#endif
|
|
|
| const TreeScope& treeScope() const { return *m_scope; }
|
| ScopedStyleResolver* parent() const;
|
|
|