Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index d7d4dfa4e242968d2ba95c5fda2344e8eaae4eff..ca33b8892206456c3a1e595d1a25f8a602fc6e84 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -8572,10 +8572,7 @@ class Name: public HeapObject { |
// If the name is private, it can only name own properties. |
inline bool IsPrivate(); |
- // If the name is a non-flat string, this method returns a flat version of the |
- // string. Otherwise it'll just return the input. |
- static inline Handle<Name> Flatten(Handle<Name> name, |
- PretenureFlag pretenure = NOT_TENURED); |
+ inline bool IsUniqueName() const; |
// Return a string version of this name that is converted according to the |
// rules described in ES6 section 9.2.11. |