| Index: Source/core/testing/InternalSettings.h
|
| diff --git a/Source/core/testing/InternalSettings.h b/Source/core/testing/InternalSettings.h
|
| index 653b4cf9e0834ac3e4fe5c5aec0c07b2f404599f..e584db44d69f185d4300234ed30cf1ae089848f1 100644
|
| --- a/Source/core/testing/InternalSettings.h
|
| +++ b/Source/core/testing/InternalSettings.h
|
| @@ -44,10 +44,10 @@ class Page;
|
| class Settings;
|
|
|
| #if ENABLE(OILPAN)
|
| -class InternalSettings FINAL : public InternalSettingsGenerated, public HeapSupplement<Page> {
|
| +class InternalSettings final : public InternalSettingsGenerated, public HeapSupplement<Page> {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(InternalSettings);
|
| #else
|
| -class InternalSettings FINAL : public InternalSettingsGenerated {
|
| +class InternalSettings final : public InternalSettingsGenerated {
|
| #endif
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| @@ -120,7 +120,7 @@ public:
|
| void setPseudoClassesInMatchingCriteriaInAuthorShadowTreesEnabled(bool);
|
| void setLaxMixedContentCheckingEnabled(bool);
|
|
|
| - virtual void trace(Visitor*) OVERRIDE;
|
| + virtual void trace(Visitor*) override;
|
|
|
| void setAvailablePointerTypes(const String&, ExceptionState&);
|
| void setPrimaryPointerType(const String&, ExceptionState&);
|
|
|