DescriptionHashMap misuse in ScrollingCoordinator
The aux 'makeLayerChildFrameMap' function used in the
ScrollingCoordinator should not be allowed to add empty
key values to the given LayerFrameMap, as this is misuse
of WTF::HashMap which leads to undefined behavior (for
example it was the root cause of
http://code.google.com/p/chromium/issues/detail?id=310975 )
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170150
Patch Set 1 #
Total comments: 1
Messages
Total messages: 7 (0 generated)
|