DescriptionReduced the callers to the non-const version of CSSValueList::item()
Reduced the callers to the non-const version of CSSValueList::item().
All non-trivial callsites were changed to use the const version of the
item() method. This is pre-work to remove the non-const version
altogether.
Remaining callsites either require CSSValueList::append() to take a
const pointer (which would require CSSValueList to actually store
Member<const CSSValue>s), or require some other cascading const change.
NOTE: This patch also involved making CSSFontFaceSrcValue::fetch() a
const method, and making the cached member m_fetched mutable.
BUG=526586
Committed: https://crrev.com/4c39bbe8d34bb44f9f1b484e3c98a0c1b4ae5f6c
Cr-Commit-Position: refs/heads/master@{#397979}
Patch Set 1 #Patch Set 2 : Rebase #Depends on Patchset: Dependent Patchsets: Messages
Total messages: 9 (4 generated)
|