Title: [213910] branches/safari-603-branch/Source/WebCore
Revision
213910
Author
matthew_han...@apple.com
Date
2017-03-14 10:13:41 -0700 (Tue, 14 Mar 2017)

Log Message

rdar://problem/30657889

Modified Paths


Diff

Modified: branches/safari-603-branch/Source/WebCore/ChangeLog (213909 => 213910)


--- branches/safari-603-branch/Source/WebCore/ChangeLog	2017-03-14 17:13:38 UTC (rev 213909)
+++ branches/safari-603-branch/Source/WebCore/ChangeLog	2017-03-14 17:13:41 UTC (rev 213910)
@@ -1,3 +1,15 @@
+2017-02-22  Matthew Hanson  <matthew_han...@apple.com>
+
+        rdar://problem/30657889
+
+    2017-02-22  Filip Pizlo  <fpi...@apple.com>
+
+            A:B testing should not be contingent upon RC_SEED_BUILD
+
+            Reviewed by Alexey Proskuryakov.
+
+            * platform/SplitTestInitializer.cpp:
+
 2017-03-01  Matthew Hanson  <matthew_han...@apple.com>
 
         Merge r213211. rdar://problem/30742143

Modified: branches/safari-603-branch/Source/WebCore/platform/SplitTestInitializer.cpp (213909 => 213910)


--- branches/safari-603-branch/Source/WebCore/platform/SplitTestInitializer.cpp	2017-03-14 17:13:38 UTC (rev 213909)
+++ branches/safari-603-branch/Source/WebCore/platform/SplitTestInitializer.cpp	2017-03-14 17:13:41 UTC (rev 213910)
@@ -26,7 +26,7 @@
 #include "config.h"
 #include "SplitTestInitializer.h"
 
-#if (defined(RC_SEED_BUILD) && RC_SEED_BUILD) && !PLATFORM(IOS) && OS(DARWIN) && USE(APPLE_INTERNAL_SDK)
+#if !PLATFORM(IOS) && OS(DARWIN) && USE(APPLE_INTERNAL_SDK)
 
 #include <dlfcn.h>
 #include <mutex>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to