Index: src/objects.h |
=================================================================== |
--- src/objects.h (revision 2644) |
+++ src/objects.h (working copy) |
@@ -801,7 +801,7 @@ |
// Returns true if this object is an instance of the specified |
// function template. |
- bool IsInstanceOf(FunctionTemplateInfo* type); |
+ inline bool IsInstanceOf(FunctionTemplateInfo* type); |
inline bool IsStruct(); |
#define DECLARE_STRUCT_PREDICATE(NAME, Name, name) inline bool Is##Name(); |