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..58f1d3a7b13b6c41c42edbe74648a7f64e424d03 100644 |
--- a/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h |
+++ b/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h |
@@ -50,6 +50,7 @@ public: |
{ |
return adoptPtrWillBeNoop(new ScopedStyleResolver(scope)); |
} |
+ void dispose(); |
haraken
2015/10/08 06:15:45
Ditto.
|
const TreeScope& treeScope() const { return *m_scope; } |
ScopedStyleResolver* parent() const; |