Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 4b7df116501b8563175c1a0c282bc978bdb95265..3187467b380a9cde1d4355ea007238fb1075e317 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -7177,8 +7177,6 @@ class Foreign: public HeapObject { |
inline Address foreign_address(); |
inline void set_foreign_address(Address value); |
- Address address() { OS::DebugBreak(); return NULL; } |
- |
// Casting. |
static inline Foreign* cast(Object* obj); |