| commit | fa4c3e436c07d408a3bb6b31cb4e0fc9761c61f2 | [log] [tgz] |
|---|---|---|
| author | anthonyhkf <anthonyhkf@google.com> | Thu Jul 21 07:09:18 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 21 07:12:48 2016 |
| tree | c9062e3e3339500c1579f64e6a61821541fb0ebe | |
| parent | a1101d498d5054ecda5c4f6481b4738d7873b4da [diff] |
[Typed-OM] Add StringOrCSSVariableReferenceValue type StringOrCSSVariableReferenceValue is used in CSSTokenStreamValue (spec: https://drafts.css-houdini.org/css-typed-om/#tokenstreamvalue-objects). In this CL the Iterable in CSSTokenStreamValue is changed to this compound type instead of only string (https://codereview.chromium.org/2122193003/). BUG=545318 Review-Url: https://codereview.chromium.org/2158733003 Cr-Commit-Position: refs/heads/master@{#406794}