DescriptionRemove Dictionary::getOwnPropertyNames()
This is a follow-up CL of https://codereview.chromium.org/661453004/.
I don't see why the call sites of getOwnPropertyNames() can't use
getPropertyNames() instead. The reason why they need property names
is that we don't support OpenEndedDictionary and IDL dictionary
which contains an union type at this point. In both cases we should
be able to use getPropertyNames().
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185098
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|