Title: [167400] trunk/Source/WTF
Revision
167400
Author
simon.fra...@apple.com
Date
2014-04-16 16:50:25 -0700 (Wed, 16 Apr 2014)

Log Message

Don't include CryptographicallyRandomNumber.h in StringImpl.h
https://bugs.webkit.org/show_bug.cgi?id=131772

Reviewed by Sam Weinig.

* wtf/text/StringImpl.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (167399 => 167400)


--- trunk/Source/WTF/ChangeLog	2014-04-16 23:46:59 UTC (rev 167399)
+++ trunk/Source/WTF/ChangeLog	2014-04-16 23:50:25 UTC (rev 167400)
@@ -1,3 +1,12 @@
+2014-04-16  Simon Fraser  <simon.fra...@apple.com>
+
+        Don't include CryptographicallyRandomNumber.h in StringImpl.h
+        https://bugs.webkit.org/show_bug.cgi?id=131772
+
+        Reviewed by Sam Weinig.
+
+        * wtf/text/StringImpl.h:
+
 2014-04-16  Gavin Barraclough  <barraclo...@apple.com>
 
         Update to pthread QoS SPI

Modified: trunk/Source/WTF/wtf/text/StringImpl.h (167399 => 167400)


--- trunk/Source/WTF/wtf/text/StringImpl.h	2014-04-16 23:46:59 UTC (rev 167399)
+++ trunk/Source/WTF/wtf/text/StringImpl.h	2014-04-16 23:50:25 UTC (rev 167400)
@@ -28,7 +28,6 @@
 #include <unicode/ustring.h>
 #include <wtf/ASCIICType.h>
 #include <wtf/CompilationThread.h>
-#include <wtf/CryptographicallyRandomNumber.h>
 #include <wtf/Forward.h>
 #include <wtf/MathExtras.h>
 #include <wtf/StdLibExtras.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to