Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index d4af4a6255c1d1d1765f8d66ea2e7c0e1436978e..7e23282b6c533b20bc9d67d317665338d56e31c3 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -6069,11 +6069,7 @@ class Map: public HeapObject { |
| // deprecated, it is directly returned. Otherwise, the non-deprecated version |
| // is found by re-transitioning from the root of the transition tree using the |
| // descriptor array of the map. Returns NULL if no updated map is found. |
|
Igor Sheludko
2015/02/23 17:55:02
Returns empty handle...
|
| - // This method also applies any pending migrations along the prototype chain. |
| static MaybeHandle<Map> TryUpdate(Handle<Map> map) WARN_UNUSED_RESULT; |
| - // Same as above, but does not touch the prototype chain. |
| - static MaybeHandle<Map> TryUpdateInternal(Handle<Map> map) |
| - WARN_UNUSED_RESULT; |
| // Returns a non-deprecated version of the input. This method may deprecate |
| // existing maps along the way if encodings conflict. Not for use while |