| commit | ae9bccd603ed3d867557a0ec4231bccf67640223 | [log] [tgz] |
|---|---|---|
| author | sashab <sashab@chromium.org> | Wed Jul 20 04:49:35 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jul 20 04:53:14 2016 |
| tree | 3686f2179b907d5f4d88f98a143e9489811f9adf | |
| parent | 61cce76330a38462b177ae2109fc7dfd30e17f77 [diff] |
Make CSSStyleValue::toCSSValue() return a const CSSValue* Make CSSStyleValue::toCSSValue() return a const CSSValue*, and update callsites to match (including updating Element::setInlineStyleProperty() to take a const CSSValue*). This is an entirely mechanical change that is more semantically correct and safe. BUG=526586 Review-Url: https://codereview.chromium.org/2160483002 Cr-Commit-Position: refs/heads/master@{#406497}