| 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 675babd2289815c4fdea45c1b5d203455135ec17..6a57b4f972324d80a856e0c88a5c19498d6236cd 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h
|
| +++ b/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h
|
| @@ -43,7 +43,8 @@ class StyleSheetContents;
|
|
|
| // This class selects a ComputedStyle for a given element based on a collection
|
| // of stylesheets.
|
| -class ScopedStyleResolver final : public GarbageCollected<ScopedStyleResolver> {
|
| +class ScopedStyleResolver final
|
| + : public GarbageCollectedFinalized<ScopedStyleResolver> {
|
| WTF_MAKE_NONCOPYABLE(ScopedStyleResolver);
|
|
|
| public:
|
|
|