Index: src/ic.h |
diff --git a/src/ic.h b/src/ic.h |
index cb316407c0563c340e143bc621c69d75642916dc..2e7367afb8d64fbd0e8508653ac7179f8942d2e6 100644 |
--- a/src/ic.h |
+++ b/src/ic.h |
@@ -771,7 +771,7 @@ class CompareIC: public IC { |
// Factory method for getting an uninitialized compare stub. |
- static Handle<Code> GetUninitialized(Token::Value op); |
+ static Handle<Code> GetUninitialized(Isolate* isolate, Token::Value op); |
// Helper function for computing the condition for a compare operation. |
static Condition ComputeCondition(Token::Value op); |