Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index ca19e05be9789284aac1f5743cda6c8282b71749..2b0a01ad2fa280a4b762c04b2967b4fdf403390b 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -2432,10 +2432,6 @@ class V8_EXPORT Object : public Value { |
| bool Delete(Handle<Value> key); |
| - // Delete a property on this object bypassing interceptors and |
| - // ignoring dont-delete attributes. |
| - bool ForceDelete(Handle<Value> key); |
| - |
| bool Has(uint32_t index); |
| bool Delete(uint32_t index); |