Chromium Code Reviews| Index: src/type-info.h |
| =================================================================== |
| --- src/type-info.h (revision 4296) |
| +++ src/type-info.h (working copy) |
| @@ -130,7 +130,7 @@ |
| return false; |
| } |
| - static inline TypeInfo TypeFromValue(Handle<Object> value); |
| + static TypeInfo TypeFromValue(Handle<Object> value); |
| inline bool IsUnknown() { |
| return type_ == kUnknownType; |