| commit | f47b411ebf78e4215a7313a5d8535377753446ac | [log] [tgz] |
|---|---|---|
| author | jbroman <jbroman@chromium.org> | Wed Jul 13 04:20:20 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jul 13 04:23:35 2016 |
| tree | b104ad5893ab15373a030491cad34adc7f64bdc8 | |
| parent | c6c9915544b4cb06e59d16cee492c70e4273e9f5 [diff] |
Purge UnspecifiedBoolType from Blink. The modern pattern is "explicit operator bool". std::unique_ptr and WTF::RefPtr already do this, so this just pushes out to the remaining uses, except for one in WTF::String, which exists to conflict with operator NSString* on Mac and prevent boolean conversion via that (implicitly). Review-Url: https://codereview.chromium.org/2145643002 Cr-Commit-Position: refs/heads/master@{#405013}