Index: src/interpreter/constant-array-builder.h |
diff --git a/src/interpreter/constant-array-builder.h b/src/interpreter/constant-array-builder.h |
index c882b1d540a71206be19d4bde20d50f963c9667b..12d6f0cebe10c9d52ef777abac55a1994a02d21a 100644 |
--- a/src/interpreter/constant-array-builder.h |
+++ b/src/interpreter/constant-array-builder.h |
@@ -12,7 +12,6 @@ |
namespace v8 { |
namespace internal { |
-class Factory; |
class Isolate; |
namespace interpreter { |
@@ -32,7 +31,7 @@ class ConstantArrayBuilder final : public ZoneObject { |
ConstantArrayBuilder(Isolate* isolate, Zone* zone); |
// Generate a fixed array of constants based on inserted objects. |
- Handle<FixedArray> ToFixedArray(Factory* factory) const; |
+ Handle<FixedArray> ToFixedArray() const; |
// Returns the object in the constant pool array that at index |
// |index|. |