| Index: Source/platform/heap/Handle.h
|
| diff --git a/Source/platform/heap/Handle.h b/Source/platform/heap/Handle.h
|
| index ba2692eaa38bad0d268e71ce8f36c922b4e2ade4..a05c79b6cc2a3baa090f067129e81cf536165ab1 100644
|
| --- a/Source/platform/heap/Handle.h
|
| +++ b/Source/platform/heap/Handle.h
|
| @@ -213,7 +213,7 @@ protected:
|
| };
|
|
|
| template<typename T>
|
| -class WrapperPersistent FINAL : public WrapperPersistentNode {
|
| +class WrapperPersistent final : public WrapperPersistentNode {
|
| ALLOW_ONLY_INLINE_ALLOCATION();
|
| public:
|
| static WrapperPersistent<T>* create(T* raw);
|
|
|