| commit | c516fb70c460da1d6f1b8d11aa276d8ece48eda3 | [log] [tgz] |
|---|---|---|
| author | sashab <sashab@chromium.org> | Wed Jul 20 12:51:45 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jul 20 12:53:44 2016 |
| tree | ff208c8662c8a540627668114e0ea61ed86a4c88 | |
| parent | fb7824ff79e38d1de021d41c65474e6ff0cb8153 [diff] |
Make PropertyReference value() return a const CSSValue& Make PropertyReference value() return a const CSSValue& instead of a const CSSValue*. Since a Property cannot have a null CSSValue, this is more semantically correct and safe. BUG=526586 Review-Url: https://codereview.chromium.org/2044023005 Cr-Commit-Position: refs/heads/master@{#406526}