| Index: Source/wtf/Compiler.h
|
| diff --git a/Source/wtf/Compiler.h b/Source/wtf/Compiler.h
|
| index 742a6aacae24ac59454b1ee366cb8a0bbde10de9..f22a39b0dd84bca6a5fdaab9cb0b17e8ef081fb9 100644
|
| --- a/Source/wtf/Compiler.h
|
| +++ b/Source/wtf/Compiler.h
|
| @@ -81,7 +81,6 @@
|
| #undef WTF_COMPILER_SUPPORTS_CXX_STRONG_ENUMS
|
| #else
|
| #define WTF_COMPILER_SUPPORTS_CXX_OVERRIDE_CONTROL 1
|
| -#define WTF_COMPILER_QUIRK_FINAL_IS_CALLED_SEALED 1
|
| #endif
|
|
|
| #endif
|
| @@ -209,13 +208,7 @@
|
|
|
| #if COMPILER_SUPPORTS(CXX_OVERRIDE_CONTROL)
|
| #define OVERRIDE override
|
| -
|
| -#if COMPILER_QUIRK(FINAL_IS_CALLED_SEALED)
|
| -#define FINAL sealed
|
| -#else
|
| #define FINAL final
|
| -#endif
|
| -
|
| #else
|
| #define OVERRIDE
|
| #define FINAL
|
|
|