| Index: src/objects.cc
|
| diff --git a/src/objects.cc b/src/objects.cc
|
| index 441c25e70c649aecb7b54f49d5670c1daf136569..e5b4763240f3f8a4f50449e2fe71a1281d63f343 100644
|
| --- a/src/objects.cc
|
| +++ b/src/objects.cc
|
| @@ -8339,11 +8339,6 @@ SmartArrayPointer<char> String::ToCString(AllowNullsFlag allow_nulls,
|
| }
|
|
|
|
|
| -const uc16* String::GetTwoByteData() {
|
| - return GetTwoByteData(0);
|
| -}
|
| -
|
| -
|
| const uc16* String::GetTwoByteData(unsigned start) {
|
| ASSERT(!IsOneByteRepresentationUnderneath());
|
| switch (StringShape(this).representation_tag()) {
|
|
|