Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 2f13e96a26ff7cc5bd1f809229899d666e6fbb39..59b781b1c2470a738f1dbb5e7920e62ed1a46951 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -907,7 +907,6 @@ class Object : public MaybeObject { |
#undef IS_TYPE_FUNCTION_DECL |
inline bool IsFixedArrayBase(); |
- inline bool IsExternal(); |
// Returns true if this object is an instance of the specified |
// function template. |
@@ -2456,8 +2455,6 @@ class FixedArray: public FixedArrayBase { |
Object* value); |
private: |
- STATIC_CHECK(kHeaderSize == Internals::kFixedArrayHeaderSize); |
- |
DISALLOW_IMPLICIT_CONSTRUCTORS(FixedArray); |
}; |