Separated string lifetime bits from character bufer state bits
Created attachment 112081 [details] Patch
Attachment 112081 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/fast..." exit_code: 1 Source/JavaScriptCore/wtf/text/StringImpl.h:275: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] Total errors found: 1 in 12 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 112081 [details] Patch Attachment 112081 [details] did not pass mac-ews (mac): Output: http://queues.webkit.org/results/10202168
@dbates Look closer at the mac-ews results: "Unable to build without patch [results]".
Created attachment 112091 [details] Patch
Attachment 112091 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/fast..." exit_code: 1 Source/JavaScriptCore/wtf/text/StringImpl.h:275: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] Total errors found: 1 in 13 files If any of these errors are false positives, please file a bug against check-webkit-style.
Committed r98199: <http://trac.webkit.org/changeset/98199>