| Index: Source/core/page/PointerLockController.h
|
| diff --git a/Source/core/page/PointerLockController.h b/Source/core/page/PointerLockController.h
|
| index 3ff80aca4fbec680c6efc61762a051aa6ef3e174..9ff1a868f65ab8ddebb1303dd6ff407d9338404a 100644
|
| --- a/Source/core/page/PointerLockController.h
|
| +++ b/Source/core/page/PointerLockController.h
|
| @@ -36,7 +36,7 @@ class Document;
|
| class Page;
|
| class PlatformMouseEvent;
|
|
|
| -class PointerLockController FINAL : public NoBaseWillBeGarbageCollected<PointerLockController> {
|
| +class PointerLockController final : public NoBaseWillBeGarbageCollected<PointerLockController> {
|
| WTF_MAKE_NONCOPYABLE(PointerLockController);
|
| WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| public:
|
|
|