array-iterator.js: use object_get_prototype_of instead of directly accessing the proto
Instead of directly looking up Uint8Array.__proto__, to get a hold of the TypedArray prototype, use object_get_prototype_of. This is a functionally equivalent, but cleaner approach. Review-Url: https://codereview.chromium.org/1990983002 Cr-Commit-Position: refs/heads/master@{#36340}
Showing
Please
register
or
sign in
to comment