Chromium Code Reviews
DescriptionMade StylePropertySet::setProperty take a const CSSValue& instead of ptr
Made StylePropertySet::setProperty take a const CSSValue& instead of a
const CSSValue*. This is more semantically correct and safe since
StylePropertySets cannot store nullptrs, and is also an attempt to fix
a strange performance issue caused from introducing const CSSValue*s.
BUG=526586, 618674
Committed: https://crrev.com/e6a32634cfd6854cd84dc18b0572e922e4ae6cbc
Cr-Commit-Position: refs/heads/master@{#411504}
Patch Set 1 #Messages
Total messages: 8 (3 generated)
|