Changeset 183723 in webkit


Ignore:
Timestamp:
May 2, 2015 4:06:08 PM (9 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r183722.
https://bugs.webkit.org/show_bug.cgi?id=144534

Made all the tests assert (Requested by ap on #webkit).

Reverted changeset:

"Generated static StringImpls should have static flag set."
https://bugs.webkit.org/show_bug.cgi?id=144516
http://trac.webkit.org/changeset/183722

Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r183722 r183723  
     12015-05-02  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r183722.
     4        https://bugs.webkit.org/show_bug.cgi?id=144534
     5
     6        Made all the tests assert (Requested by ap on #webkit).
     7
     8        Reverted changeset:
     9
     10        "Generated static StringImpls should have static flag set."
     11        https://bugs.webkit.org/show_bug.cgi?id=144516
     12        http://trac.webkit.org/changeset/183722
     13
    1142015-05-02  Andreas Kling  <akling@apple.com>
    215
  • trunk/Source/WTF/wtf/text/StringImpl.h

    r183722 r183723  
    893893
    894894        // These values mimic ConstructFromLiteral.
    895         static const unsigned s_initialRefCount = s_refCountFlagIsStaticString;
     895        static const unsigned s_initialRefCount = s_refCountIncrement;
    896896        static const unsigned s_initialFlags = s_hashFlag8BitBuffer | StringNormal | BufferInternal;
    897897        static const unsigned s_hashShift = s_flagCount;
Note: See TracChangeset for help on using the changeset viewer.