Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index e32c41bb1337806246c39ba231138b23da064563..941ee26c4b49b75f6c20f9d72a205f4e708a256e 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -7638,8 +7638,6 @@ class String: public Name { |
| // possible. |
| inline bool HasOnlyOneByteChars(); |
| - inline bool IsOneByteConvertible(); |
| - |
| // Get and set individual two byte chars in the string. |
| inline void Set(int index, uint16_t value); |
| // Get individual two byte char in the string. Repeated calls |