| commit | 760f84665f2c58ab1dc7e435260e1573048c16ac | [log] [tgz] |
|---|---|---|
| author | sashab <sashab@chromium.org> | Mon Jul 18 08:45:30 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Mon Jul 18 08:46:58 2016 |
| tree | 68df250e1bc956637238784092108d978f97f5f3 | |
| parent | fe4e4fd043521a2509ab76a3c23973f0683ad362 [diff] |
Made StylePropertySet::getPropertyCSSValue return a const CSSValue* Made StylePropertySet::getPropertyCSSValue return a const CSSValue*, which is more semantically correct and safe. This also forces callers to make copies of any CSSValues they want to edit before saving them back to the style, making it clearer and more explicit when changes to the style are made. BUG=526586 Review-Url: https://codereview.chromium.org/2035373002 Cr-Commit-Position: refs/heads/master@{#405966}