Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 9d52554eb9fa48bedeee59c8bf8e3c5b3069062b..89ebf210e552645ac1732540985439d28516f092 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -7796,8 +7796,6 @@ class SeqOneByteString: public SeqString { |
| // Q.v. String::kMaxLength which is the maximal size of concatenated strings. |
| static const int kMaxLength = (kMaxSize - kHeaderSize); |
| - DECLARE_VERIFIER(SeqOneByteString) |
| - |
| private: |
| DISALLOW_IMPLICIT_CONSTRUCTORS(SeqOneByteString); |
| }; |