| Index: src/objects-visiting.h
|
| ===================================================================
|
| --- src/objects-visiting.h (revision 6170)
|
| +++ src/objects-visiting.h (working copy)
|
| @@ -186,9 +186,9 @@
|
| template<typename StaticVisitor>
|
| class BodyVisitorBase : public AllStatic {
|
| public:
|
| - static inline void IteratePointers(HeapObject* object,
|
| + INLINE(static void IteratePointers(HeapObject* object,
|
| int start_offset,
|
| - int end_offset) {
|
| + int end_offset)) {
|
| Object** start_slot = reinterpret_cast<Object**>(object->address() +
|
| start_offset);
|
| Object** end_slot = reinterpret_cast<Object**>(object->address() +
|
|
|