Chromium Code Reviews| Index: src/codegen.h |
| diff --git a/src/codegen.h b/src/codegen.h |
| index 742bc3e662399f7acad021d4632b40a1f89f9832..783bef00d16c084071caf8340422dd347a22b43f 100644 |
| --- a/src/codegen.h |
| +++ b/src/codegen.h |
| @@ -420,7 +420,7 @@ enum NegativeZeroHandling { |
| kIgnoreNegativeZero |
| }; |
| - |
| + |
| class GenericUnaryOpStub : public CodeStub { |
| public: |
| GenericUnaryOpStub(Token::Value op, |