Index: src/ic/handler-compiler.h |
diff --git a/src/ic/handler-compiler.h b/src/ic/handler-compiler.h |
index e34cd68125fa7a92e566adf2d867062ea638f22f..a571f4f6bbbefc562f7f43f5a7c16a649c7fc60f 100644 |
--- a/src/ic/handler-compiler.h |
+++ b/src/ic/handler-compiler.h |
@@ -205,8 +205,7 @@ class NamedLoadHandlerCompiler : public PropertyHandlerCompiler { |
Register prototype, |
Label* miss); |
- |
- Register scratch4() { return registers_[5]; } |
+ Register scratch3() { return registers_[4]; } |
}; |