| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index b35d9ba9f7acabbb2ea559812f535433c85fb60c..af077278043d75a52d073d5e2779921ae3f84f50 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -1034,8 +1034,6 @@ class Object {
|
| INLINE(bool IsCallable() const);
|
|
|
| INLINE(bool IsSpecObject()) const;
|
| - // TODO(rossberg): IsSpecFunction should be removed in favor of IsCallable.
|
| - INLINE(bool IsSpecFunction()) const;
|
| INLINE(bool IsTemplateInfo()) const;
|
| INLINE(bool IsNameDictionary() const);
|
| INLINE(bool IsGlobalDictionary() const);
|
|
|