Title: [174299] trunk/Source/WebKit2
Revision
174299
Author
[email protected]
Date
2014-10-03 16:05:07 -0700 (Fri, 03 Oct 2014)

Log Message

Remove a workaround for a bug that's been fixed
https://bugs.webkit.org/show_bug.cgi?id=137411

Reviewed by Dan Bernstein.

* mac/rewrite-availability-macros.sh:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (174298 => 174299)


--- trunk/Source/WebKit2/ChangeLog	2014-10-03 22:19:33 UTC (rev 174298)
+++ trunk/Source/WebKit2/ChangeLog	2014-10-03 23:05:07 UTC (rev 174299)
@@ -1,3 +1,12 @@
+2014-10-03  Anders Carlsson  <[email protected]>
+
+        Remove a workaround for a bug that's been fixed
+        https://bugs.webkit.org/show_bug.cgi?id=137411
+
+        Reviewed by Dan Bernstein.
+
+        * mac/rewrite-availability-macros.sh:
+
 2014-10-03  Jer Noble  <[email protected]>
 
         Revert an accidental change introduced by r173318.

Modified: trunk/Source/WebKit2/mac/rewrite-availability-macros.sh (174298 => 174299)


--- trunk/Source/WebKit2/mac/rewrite-availability-macros.sh	2014-10-03 22:19:33 UTC (rev 174298)
+++ trunk/Source/WebKit2/mac/rewrite-availability-macros.sh	2014-10-03 23:05:07 UTC (rev 174299)
@@ -38,9 +38,6 @@
     if [[ $PLATFORM_NAME == "iphonesimulator" || $PLATFORM_NAME == "iphoneos" ]]; then
         IOS_VERSION=${IPHONEOS_DEPLOYMENT_TARGET/\./_}
         OSX_VERSION="NA"
-
-        # FIXME: Remove this once <rdar://problem/18343823> has been fixed.
-        IOS_VERSION="NA"
     elif [[ $PLATFORM_NAME == "macosx" ]]; then
         OSX_VERSION=${MACOSX_DEPLOYMENT_TARGET/\./_}
         IOS_VERSION="NA"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to