Title: [203835] trunk/Source/WebCore
Revision
203835
Author
ander...@apple.com
Date
2016-07-28 13:40:24 -0700 (Thu, 28 Jul 2016)

Log Message

Remove an unnecessary comment from UUID.h
https://bugs.webkit.org/show_bug.cgi?id=160313

Reviewed by Simon Fraser.

* platform/UUID.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (203834 => 203835)


--- trunk/Source/WebCore/ChangeLog	2016-07-28 20:28:47 UTC (rev 203834)
+++ trunk/Source/WebCore/ChangeLog	2016-07-28 20:40:24 UTC (rev 203835)
@@ -1,3 +1,12 @@
+2016-07-28  Anders Carlsson  <ander...@apple.com>
+
+        Remove an unnecessary comment from UUID.h
+        https://bugs.webkit.org/show_bug.cgi?id=160313
+
+        Reviewed by Simon Fraser.
+
+        * platform/UUID.h:
+
 2016-07-28  Chris Dumez  <cdu...@apple.com>
 
         Parameter to tr.deleteCell() should be mandatory

Modified: trunk/Source/WebCore/platform/UUID.h (203834 => 203835)


--- trunk/Source/WebCore/platform/UUID.h	2016-07-28 20:28:47 UTC (rev 203834)
+++ trunk/Source/WebCore/platform/UUID.h	2016-07-28 20:40:24 UTC (rev 203835)
@@ -28,8 +28,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef UUID_h
-#define UUID_h
+#pragma once
 
 #include <wtf/text/WTFString.h>
 
@@ -43,12 +42,7 @@
 // This algorithm sets the version number as well as two reserved bits. All other bits are set using a random or pseudorandom
 // data source. Version 4 UUIDs have the form xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx with hexadecimal digits for x and one of 8,
 // 9, A, or B for y.
-//
-// On Windows, version 4 UUIDs are used since Windows 2000 (http://msdn.microsoft.com/en-us/library/aa446557.aspx).
-// On MacOSX, version 4 UUIDs are used since Tiger (http://developer.apple.com/mac/library/technotes/tn/tn1103.html#TNTAG8).
-// On Linux, the kernel offers the procfs pseudo-file /proc/sys/kernel/random/uuid that yields version 4 UUIDs (http://hbfs.wordpress.com/2008/09/30/ueid-unique-enough-ids/).
+
 WEBCORE_EXPORT String createCanonicalUUIDString();
 
 }
-
-#endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to