Chromium Code Reviews| Index: src/code-stubs.h |
| diff --git a/src/code-stubs.h b/src/code-stubs.h |
| index 0e989ec7dc4eee6c786bbc074daaad0c0dd442b3..748f476bea58b8e0a823084a897fe7c08289e5b8 100644 |
| --- a/src/code-stubs.h |
| +++ b/src/code-stubs.h |
| @@ -770,7 +770,7 @@ class BinaryOpStub: public PlatformCodeStub { |
| private: |
| Token::Value op_; |
| OverwriteMode mode_; |
| - bool platform_specific_bit_; // Indicates SSE3 on IA32, VFP2 on ARM. |
| + bool platform_specific_bit_; // Indicates SSE3 on IA32. |
| // Operand type information determined at runtime. |
| BinaryOpIC::TypeInfo left_type_; |