Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index c81f9dbe29c3d59fa232fc87d7a550d3fe427ee4..32366843ff2b15f92ae827f1d7746009b5d6fa9d 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -10196,8 +10196,6 @@ class AccessorInfo: public Struct { |
| // Dispatched behavior. |
| DECLARE_PRINTER(AccessorInfo) |
| - static void ClearSetter(Handle<AccessorInfo> info); |
| - |
| inline bool all_can_read(); |
| inline void set_all_can_read(bool value); |