Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index adb05cb690f26c7890dea6eb583fe0f519a40223..281672ba4ad5f7f1fe8468eb68b416cf9c8a1607 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -851,7 +851,7 @@ struct ValueInfo : public Malloced { |
| // A template-ized version of the IsXXX functions. |
| -template <class C> static inline bool Is(Object* obj); |
| +template <class C> inline bool Is(Object* obj); |
| #ifdef VERIFY_HEAP |
| #define DECLARE_VERIFIER(Name) void Name##Verify(); |