| Index: src/handles.h
|
| diff --git a/src/handles.h b/src/handles.h
|
| index dd5f4b13e831838791f09fa47cbf08d169193f17..6f26880bcfb5d0ce602b79fc1f49ec40c6312535 100644
|
| --- a/src/handles.h
|
| +++ b/src/handles.h
|
| @@ -287,13 +287,6 @@ class DeferredHandleScope {
|
| // an object of expected type, or the handle is an error if running out
|
| // of space or encountering an internal error.
|
|
|
| -// Flattens a string.
|
| -void FlattenString(Handle<String> str);
|
| -
|
| -// Flattens a string and returns the underlying external or sequential
|
| -// string.
|
| -Handle<String> FlattenGetString(Handle<String> str);
|
| -
|
| Handle<Object> GetProperty(Handle<JSReceiver> obj, const char* name);
|
|
|
| // Get the JS object corresponding to the given script; create it
|
|
|