Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index d367f815fd8aaf8f5ab5be7bf571a375faeecb6e..78e6ef6dcbda54bc1436d2a08d63f394740722d6 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -801,7 +801,7 @@ class Object BASE_EMBEDDED { |
// 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(); |