Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 3eda230a939a1b5163516c1bdec461972e117a34..6a9d6b9b2c00fd613269077dab943458fe23190f 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1157,6 +1157,7 @@ class Object { |
public: |
// Type testing. |
bool IsObject() const { return true; } |
+ static bool IsObjectSubclass() { return true; } |
#define IS_TYPE_FUNCTION_DECL(Type) INLINE(bool Is##Type() const); |
OBJECT_TYPE_LIST(IS_TYPE_FUNCTION_DECL) |