Index: Source/modules/screen_orientation/ScreenScreenOrientation.h |
diff --git a/Source/modules/screen_orientation/ScreenScreenOrientation.h b/Source/modules/screen_orientation/ScreenScreenOrientation.h |
index 20597407f77d10c925a0b3e55571d2d9813314f7..34216bcf918d9efd3f28f35e48c5f985b427758f 100644 |
--- a/Source/modules/screen_orientation/ScreenScreenOrientation.h |
+++ b/Source/modules/screen_orientation/ScreenScreenOrientation.h |
@@ -13,7 +13,7 @@ class ScreenOrientation; |
class Screen; |
class ScriptState; |
-class ScreenScreenOrientation FINAL |
+class ScreenScreenOrientation final |
: public NoBaseWillBeGarbageCollectedFinalized<ScreenScreenOrientation> |
, public WillBeHeapSupplement<Screen> { |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ScreenScreenOrientation); |
@@ -23,7 +23,7 @@ public: |
static ScreenOrientation* orientation(ScriptState*, Screen&); |
- virtual void trace(Visitor*) OVERRIDE; |
+ virtual void trace(Visitor*) override; |
private: |
static const char* supplementName(); |