Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index befc5056806358faf5bac80e4612b58d411da214..98472ba0b83b152510a26d2d2180e25c1ba24269 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -24,8 +24,8 @@ enum FunctionMode { |
class Factory final { |
public: |
Handle<Oddball> NewOddball(Handle<Map> map, const char* to_string, |
- Handle<Object> to_number, bool to_boolean, |
- const char* type_of, byte kind); |
+ Handle<Object> to_number, const char* type_of, |
+ byte kind); |
// Allocates a fixed array initialized with undefined values. |
Handle<FixedArray> NewFixedArray( |