Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index fceede0558423049829cd1db6f3869bb61112e57..8a0d3be69b11771a58284b3659680ac778465fb9 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -43,7 +43,7 @@ namespace internal { |
class LDeferredCode; |
class SafepointGenerator; |
-class LCodeGen FINAL BASE_EMBEDDED { |
+class LCodeGen V8_FINAL BASE_EMBEDDED { |
public: |
LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) |
: zone_(info->zone()), |
@@ -420,7 +420,7 @@ class LCodeGen FINAL BASE_EMBEDDED { |
int old_position_; |
- class PushSafepointRegistersScope FINAL BASE_EMBEDDED { |
+ class PushSafepointRegistersScope V8_FINAL BASE_EMBEDDED { |
public: |
PushSafepointRegistersScope(LCodeGen* codegen, |
Safepoint::Kind kind) |