Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index af6bb667e16863aefb33957aa22710afc5c5234d..fb5a4fcd1a23bd1e494d50d680f4a9f1d4bdfeab 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -8127,7 +8127,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. |