Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 4a61935a273175eb4c0469c9e2747a8904715ef0..23d8038be021ad6b4419a498a34fc29db9b85ab7 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -1058,7 +1058,6 @@ class Object { |
| // ES6, section 7.2.4 IsConstructor. |
| INLINE(bool IsConstructor() const); |
| - INLINE(bool IsSpecObject()) const; |
| INLINE(bool IsTemplateInfo()) const; |
| INLINE(bool IsNameDictionary() const); |
| INLINE(bool IsGlobalDictionary() const); |