| 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 c636ea7a9bf0021d8cc53c22d3a0ec61f252ee56..1378a0870700a2d06f885cf36fc336b48880385f 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:
|
|
|