Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 1faae8613b4d2e61e57a47bcef8c9f0f7df1b8f0..cde3130e1935b3274a8b9538f2b566239b9cdc19 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -8090,7 +8090,6 @@ class TypeFeedbackInfo: public Struct { |
| inline void set_inlined_type_change_checksum(int checksum); |
| inline bool matches_inlined_type_change_checksum(int checksum); |
| - |
| DECLARE_CAST(TypeFeedbackInfo) |
| // Dispatched behavior. |