commit | 2d2989c3627609fe10338d462b9b7950a277de1b | [log] [tgz] |
---|---|---|
author | dcheng <[email protected]> | Sat Mar 26 19:10:30 2016 |
committer | Commit bot <[email protected]> | Sat Mar 26 19:11:53 2016 |
tree | 73cba7fb5f40160fb063d30cc2f0a22376ef2038 | |
parent | a4d969159adc823fe5fbe9a995241e6325e85cb6 [diff] |
Rename AtomicString::string() to AtomicString::getString(). The current name of the getter will collide with WTF::String once Blink is rewritten to Chromium style. Prefix it with get to avoid this problem. BUG=582312 [email protected] Review URL: https://codereview.chromium.org/1835773002 Cr-Commit-Position: refs/heads/master@{#383460}