Index: src/elements.h |
diff --git a/src/elements.h b/src/elements.h |
index 135e091a6ffe7ed69c97f6119c86a3d1a4235581..13538690522612e2e804fad0b7e9d13cf1bafaf1 100644 |
--- a/src/elements.h |
+++ b/src/elements.h |
@@ -112,8 +112,6 @@ class ElementsAccessor { |
MUST_USE_RESULT virtual Handle<Object> SetLength( |
Handle<JSArray> holder, |
Handle<Object> new_length) = 0; |
- MUST_USE_RESULT virtual MaybeObject* SetLength(JSArray* holder, |
- Object* new_length) = 0; |
// Modifies both the length and capacity of a JSArray, resizing the underlying |
// backing store as necessary. This method does NOT honor the semantics of |