Index: Source/platform/AsyncMethodRunner.h |
diff --git a/Source/platform/AsyncMethodRunner.h b/Source/platform/AsyncMethodRunner.h |
index 173a5cc12dc557a7018a38adace2219125b4ae7d..c60aa535912611b8dcaa59eeef53f3d15f999ea8 100644 |
--- a/Source/platform/AsyncMethodRunner.h |
+++ b/Source/platform/AsyncMethodRunner.h |
@@ -38,7 +38,7 @@ |
namespace blink { |
template <typename TargetClass> |
-class AsyncMethodRunner FINAL { |
+class AsyncMethodRunner final { |
WTF_MAKE_NONCOPYABLE(AsyncMethodRunner); |
WTF_MAKE_FAST_ALLOCATED; |
public: |