| commit | d479da5969016b6343a6515a827a22abb598862d | [log] [tgz] |
|---|---|---|
| author | sashab <sashab@chromium.org> | Wed Jul 20 02:07:40 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jul 20 02:09:50 2016 |
| tree | 37c1a9a34035b2908e5d718fec82939093147ec1 | |
| parent | 8ca194a234f2ec714a46da50b2e10f2b651b9aba [diff] |
Make CSSValuePair store const CSSValues Make CSSValuePair store const CSSValues, which involves making the constructor take and getter methods return const CSSValue*s. This is an entirely mechanical change that is more semantically correct and safe, and is pre-work for making CSSStyleValue::toCSSValue() return a const CSSValue. BUG=526586 Review-Url: https://codereview.chromium.org/2158723002 Cr-Commit-Position: refs/heads/master@{#406459}