Title: [183723] trunk/Source/WTF
Revision
183723
Author
[email protected]
Date
2015-05-02 16:06:08 -0700 (Sat, 02 May 2015)

Log 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

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (183722 => 183723)


--- trunk/Source/WTF/ChangeLog	2015-05-02 20:55:59 UTC (rev 183722)
+++ trunk/Source/WTF/ChangeLog	2015-05-02 23:06:08 UTC (rev 183723)
@@ -1,3 +1,16 @@
+2015-05-02  Commit Queue  <[email protected]>
+
+        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
+
 2015-05-02  Andreas Kling  <[email protected]>
 
         Generated static StringImpls should have static flag set.

Modified: trunk/Source/WTF/wtf/text/StringImpl.h (183722 => 183723)


--- trunk/Source/WTF/wtf/text/StringImpl.h	2015-05-02 20:55:59 UTC (rev 183722)
+++ trunk/Source/WTF/wtf/text/StringImpl.h	2015-05-02 23:06:08 UTC (rev 183723)
@@ -892,7 +892,7 @@
         unsigned m_hashAndFlags;
 
         // These values mimic ConstructFromLiteral.
-        static const unsigned s_initialRefCount = s_refCountFlagIsStaticString;
+        static const unsigned s_initialRefCount = s_refCountIncrement;
         static const unsigned s_initialFlags = s_hashFlag8BitBuffer | StringNormal | BufferInternal;
         static const unsigned s_hashShift = s_flagCount;
     };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to