DescriptionAvoid duplicate hash lookups in CustomElementScheduler::ensureCallbackQueue
We can use add() to avoid doing two hash lookups in the common case where
there's no callback queue yet (ex. setting a new attribute) and we can
also return a reference.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169920
Patch Set 1 #Patch Set 2 : fix #
Messages
Total messages: 5 (0 generated)
|