DescriptionDrop ambiguous MaybeHandle comparison and hashing ops.
The default equality comparison operators and hashing functions for
Handles are ambiguous. The intended semantics might have either been
based on Handle locations or on object identity. This is why such
operators do not exist on Handle. The same argument applies to the
MaybeHandle class as well. Comments in that regard were also added.
R=bmeurer@chromium.org
Committed: https://crrev.com/51fa9e5295f708495cbb3287987745eb70f3735f
Cr-Commit-Position: refs/heads/master@{#30468}
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|