| commit | 10b3fec07dfda5c362f1fc27a314468541c72ae0 | [log] [tgz] |
|---|---|---|
| author | vollick <vollick@chromium.org> | Wed Jul 13 02:40:41 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jul 13 02:43:18 2016 |
| tree | 1677b95f230e13d6b96062ae795060e979a3eedf | |
| parent | c30342a67d32fdd31e70d5c6fa1019fbad3f159b [diff] |
Use node() when generating element id's The current code followed the lead of crrev.com/279553002 and incorrectly used generatingNode, which lead to discrepancies when animating pseudo elements. It seems that node() is the correct choice, both here and in the CL I referenced. BUG=626571 Review-Url: https://codereview.chromium.org/2141743002 Cr-Commit-Position: refs/heads/master@{#404921}