Index: src/compiler/register-allocator.h |
diff --git a/src/compiler/register-allocator.h b/src/compiler/register-allocator.h |
index 40fafb1dcf7c5c92a163544a9cf73d4a217a06a9..db30f96b4540a401312b47cca36e71ca506613b1 100644 |
--- a/src/compiler/register-allocator.h |
+++ b/src/compiler/register-allocator.h |
@@ -317,7 +317,7 @@ class LiveRange FINAL : public ZoneObject { |
}; |
-class RegisterAllocator BASE_EMBEDDED { |
+class RegisterAllocator FINAL { |
public: |
class Config { |
public: |