| Index: Source/core/css/resolver/ScopedStyleResolver.h
|
| diff --git a/Source/core/css/resolver/ScopedStyleResolver.h b/Source/core/css/resolver/ScopedStyleResolver.h
|
| index 5b5013e3f3cef49dd7ff6406e9123c2a128c8562..06056c650a645fe413c2d85d8c9542fd6ffce678 100644
|
| --- a/Source/core/css/resolver/ScopedStyleResolver.h
|
| +++ b/Source/core/css/resolver/ScopedStyleResolver.h
|
| @@ -43,7 +43,7 @@ class StyleResolver;
|
| class StyleSheetContents;
|
|
|
| // This class selects a RenderStyle for a given element based on a collection of stylesheets.
|
| -class ScopedStyleResolver FINAL : public NoBaseWillBeGarbageCollected<ScopedStyleResolver> {
|
| +class ScopedStyleResolver final : public NoBaseWillBeGarbageCollected<ScopedStyleResolver> {
|
| WTF_MAKE_NONCOPYABLE(ScopedStyleResolver);
|
| WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| public:
|
|
|