Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 3105579e28f4e3aee5b4b0235247c8a9af11ac61..0099cb2095ec4e37a30447f0156ac96a96f5c2b0 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -8611,7 +8611,6 @@ class String: public Name { |
| static const int kMaxShortPrintLength = 1024; |
| // Support for regular expressions. |
| - const uc16* GetTwoByteData(); |
| const uc16* GetTwoByteData(unsigned start); |
| // Helper function for flattening strings. |