| Index: sky/engine/core/css/resolver/ScopedStyleResolver.h
|
| diff --git a/sky/engine/core/css/resolver/ScopedStyleResolver.h b/sky/engine/core/css/resolver/ScopedStyleResolver.h
|
| index da172380ecc9c2827c6840cf5531aca2ac9882ba..45edbcf36da39e615147371c53bdf88d890ed6e9 100644
|
| --- a/sky/engine/core/css/resolver/ScopedStyleResolver.h
|
| +++ b/sky/engine/core/css/resolver/ScopedStyleResolver.h
|
| @@ -42,9 +42,9 @@ class StyleResolver;
|
| class StyleSheetContents;
|
|
|
| // This class selects a RenderStyle for a given element based on a collection of stylesheets.
|
| -class ScopedStyleResolver final : public DummyBase<ScopedStyleResolver> {
|
| +class ScopedStyleResolver final {
|
| WTF_MAKE_NONCOPYABLE(ScopedStyleResolver);
|
| - WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| + WTF_MAKE_FAST_ALLOCATED;
|
| public:
|
| static PassOwnPtr<ScopedStyleResolver> create(TreeScope& scope)
|
| {
|
|
|