| commit | d661eb39401a0ff9238c5d97d555c1f78f431edf | [log] [tgz] |
|---|---|---|
| author | sashab <sashab@chromium.org> | Mon Jul 18 08:01:21 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Mon Jul 18 08:04:20 2016 |
| tree | dea20c0ecea7e951a074b19083bba9491760f63f | |
| parent | f3d6584cfe2a5aa67ce3bfd688fd18217d1d066a [diff] |
Make CSSPropertyParser::parseSingleValue return a const CSSValue* Make CSSPropertyParser::parseSingleValue return a const CSSValue* instead of a regular CSSValue*. This is an entirely mechanical change that is more semantically correct and safe. R=timloh@chromium.org BUG=526586 Review-Url: https://codereview.chromium.org/2038363002 Cr-Commit-Position: refs/heads/master@{#405961}