Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h

Issue 1382353002: Oilpan: promptly dispose style resolvers upon clearing. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698