DescriptionIndexedDB: Avoid side effects for array key conversion w/ HasOwnProperty
When converting arrays to keys, only own properties should be
considered, much like clones. Otherwise, this opens up the behavior to
side effects via getters on the Object/Array prototype even if the
value being converted to a key is a clone.
BUG=641101
R=haraken@chromium.org
Committed: https://crrev.com/0438433a38d4e54190dadf356bd74ce76065a684
Cr-Commit-Position: refs/heads/master@{#415172}
Patch Set 1 #
Messages
Total messages: 14 (7 generated)
|