| commit | 1e96b28ee6abefa6c151818c32bf7cda3bc669ed | [log] [tgz] |
|---|---|---|
| author | sashab <sashab@chromium.org> | Wed Jul 20 02:16:21 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jul 20 02:18:26 2016 |
| tree | 2bec271d28f15fa41d38bb4a06b2549acc652c0e | |
| parent | 73d0796f5409a410d37b5fb02c41c7c848f61077 [diff] |
Removed the non-const version of PropertyReference::value() Removed the version of PropertyReference::value() that returns a non-const CSSValue*. This is an entirely mechanical change that is more semantically correct and safe, and also removes a FIXME in the code. BUG=526586 Review-Url: https://codereview.chromium.org/2046243002 Cr-Commit-Position: refs/heads/master@{#406463}