Title: [175397] trunk
Revision
175397
Author
[email protected]
Date
2014-10-30 16:53:41 -0700 (Thu, 30 Oct 2014)

Log Message

<rdar://problem/18821260> Prepare for the mysterious future

Reviewed by Lucas Forschler.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (175396 => 175397)


--- trunk/Source/_javascript_Core/ChangeLog	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-10-30 23:53:41 UTC (rev 175397)
@@ -1,3 +1,14 @@
+2014-10-30  Dana Burkart  <[email protected]>
+
+        <rdar://problem/18821260> Prepare for the mysterious future
+
+        Reviewed by Lucas Forschler.
+
+        * Configurations/Base.xcconfig:
+        * Configurations/DebugRelease.xcconfig:
+        * Configurations/FeatureDefines.xcconfig:
+        * Configurations/Version.xcconfig:
+
 2014-10-30  Saam Barati  <[email protected]>
 
         AST Nodes should keep track of their end offset

Modified: trunk/Source/_javascript_Core/Configurations/Base.xcconfig (175396 => 175397)


--- trunk/Source/_javascript_Core/Configurations/Base.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/_javascript_Core/Configurations/Base.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -159,3 +159,4 @@
 TOOLCHAINS_macosx_1080 = default;
 TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);
 TOOLCHAINS_macosx_101000 = $(TOOLCHAINS_macosx_1090);
+TOOLCHAINS_macosx_101100 = $(TOOLCHAINS_macosx_101000);

Modified: trunk/Source/_javascript_Core/Configurations/DebugRelease.xcconfig (175396 => 175397)


--- trunk/Source/_javascript_Core/Configurations/DebugRelease.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/_javascript_Core/Configurations/DebugRelease.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -34,6 +34,7 @@
 MACOSX_DEPLOYMENT_TARGET_macosx_1080 = 10.8;
 MACOSX_DEPLOYMENT_TARGET_macosx_1090 = 10.9;
 MACOSX_DEPLOYMENT_TARGET_macosx_101000 = 10.10;
+MACOSX_DEPLOYMENT_TARGET_macosx_101100 = 10.11;
 
 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
 DEBUG_INFORMATION_FORMAT = dwarf;

Modified: trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig (175396 => 175397)


--- trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -41,6 +41,7 @@
 ENABLE_AVF_CAPTIONS_macosx_1080 = ;
 ENABLE_AVF_CAPTIONS_macosx_1090 = ;
 ENABLE_AVF_CAPTIONS_macosx_101000 = ENABLE_AVF_CAPTIONS;
+ENABLE_AVF_CAPTIONS_macosx_101100 = ENABLE_AVF_CAPTIONS;
 ENABLE_AVF_CAPTIONS_iphoneos = ENABLE_AVF_CAPTIONS;
 ENABLE_AVF_CAPTIONS_iphonesimulator = $(ENABLE_AVF_CAPTIONS_iphoneos);
 ENABLE_CACHE_PARTITIONING = ENABLE_CACHE_PARTITIONING;
@@ -76,11 +77,13 @@
 ENABLE_ENCRYPTED_MEDIA_macosx_1080 = ;
 ENABLE_ENCRYPTED_MEDIA_macosx_1090 = ENABLE_ENCRYPTED_MEDIA;
 ENABLE_ENCRYPTED_MEDIA_macosx_101000 = ENABLE_ENCRYPTED_MEDIA;
+ENABLE_ENCRYPTED_MEDIA_macosx_101100 = ENABLE_ENCRYPTED_MEDIA;
 ENABLE_ENCRYPTED_MEDIA_V2 = $(ENABLE_ENCRYPTED_MEDIA_V2_$(PLATFORM_NAME));
 ENABLE_ENCRYPTED_MEDIA_V2_macosx = $(ENABLE_ENCRYPTED_MEDIA_V2_macosx_$(TARGET_MAC_OS_X_VERSION_MAJOR));
 ENABLE_ENCRYPTED_MEDIA_V2_macosx_1080 = ;
 ENABLE_ENCRYPTED_MEDIA_V2_macosx_1090 = ENABLE_ENCRYPTED_MEDIA_V2;
 ENABLE_ENCRYPTED_MEDIA_V2_macosx_101000 = ENABLE_ENCRYPTED_MEDIA_V2;
+ENABLE_ENCRYPTED_MEDIA_V2_macosx_101100 = ENABLE_ENCRYPTED_MEDIA_V2;
 ENABLE_FONT_LOAD_EVENTS = ENABLE_FONT_LOAD_EVENTS;
 ENABLE_FULLSCREEN_API = $(ENABLE_FULLSCREEN_API_$(PLATFORM_NAME));
 ENABLE_FULLSCREEN_API_macosx = ENABLE_FULLSCREEN_API;
@@ -97,6 +100,7 @@
 ENABLE_SERVICE_CONTROLS_macosx_1080 = ;
 ENABLE_SERVICE_CONTROLS_macosx_1090 = ;
 ENABLE_SERVICE_CONTROLS_macosx_101000 = ENABLE_SERVICE_CONTROLS;
+ENABLE_SERVICE_CONTROLS_macosx_101100 = ENABLE_SERVICE_CONTROLS;
 ENABLE_INDEXED_DATABASE = ENABLE_INDEXED_DATABASE;
 ENABLE_INDEXED_DATABASE_IN_WORKERS = ;
 ENABLE_INDIE_UI = ENABLE_INDIE_UI;
@@ -129,6 +133,7 @@
 ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS_macosx_1080 = ;
 ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS_macosx_1090 = ;
 ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS_macosx_101000 = ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS;
+ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS_macosx_101100 = ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS;
 
 ENABLE_IOS_AIRPLAY = $(ENABLE_IOS_AIRPLAY_$(PLATFORM_NAME));
 ENABLE_IOS_AIRPLAY_iphoneos = ENABLE_IOS_AIRPLAY;
@@ -165,6 +170,7 @@
 ENABLE_MEDIA_SOURCE_macosx_1080 = ;
 ENABLE_MEDIA_SOURCE_macosx_1090 = ;
 ENABLE_MEDIA_SOURCE_macosx_101000 = ENABLE_MEDIA_SOURCE;
+ENABLE_MEDIA_SOURCE_macosx_101100 = ENABLE_MEDIA_SOURCE;
 
 ENABLE_MEDIA_STATISTICS = ;
 ENABLE_METER_ELEMENT = $(ENABLE_METER_ELEMENT_$(PLATFORM_NAME));
@@ -194,6 +200,7 @@
 ENABLE_REMOTE_INSPECTOR_macosx_1080 = ;
 ENABLE_REMOTE_INSPECTOR_macosx_1090 = ;
 ENABLE_REMOTE_INSPECTOR_macosx_101000 = ENABLE_REMOTE_INSPECTOR;
+ENABLE_REMOTE_INSPECTOR_macosx_101100 = ENABLE_REMOTE_INSPECTOR;
 ENABLE_RESOLUTION_MEDIA_QUERY = ;
 ENABLE_RUBBER_BANDING = $(ENABLE_RUBBER_BANDING_$(PLATFORM_NAME));
 ENABLE_RUBBER_BANDING_macosx = ENABLE_RUBBER_BANDING;
@@ -212,6 +219,7 @@
 ENABLE_SUBTLE_CRYPTO_macosx_1080 = ;
 ENABLE_SUBTLE_CRYPTO_macosx_1090 = ENABLE_SUBTLE_CRYPTO;
 ENABLE_SUBTLE_CRYPTO_macosx_101000 = ENABLE_SUBTLE_CRYPTO;
+ENABLE_SUBTLE_CRYPTO_macosx_101100 = ENABLE_SUBTLE_CRYPTO;
 ENABLE_SUBTLE_CRYPTO_iphoneos = ENABLE_SUBTLE_CRYPTO;
 ENABLE_SUBTLE_CRYPTO_iphonesimulator = $(ENABLE_SUBTLE_CRYPTO_iphoneos);
 ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
@@ -221,6 +229,7 @@
 ENABLE_TELEPHONE_NUMBER_DETECTION_macosx_1080 = ;
 ENABLE_TELEPHONE_NUMBER_DETECTION_macosx_1090 = ;
 ENABLE_TELEPHONE_NUMBER_DETECTION_macosx_101000 = ENABLE_TELEPHONE_NUMBER_DETECTION;
+ENABLE_TELEPHONE_NUMBER_DETECTION_macosx_101100 = ENABLE_TELEPHONE_NUMBER_DETECTION;
 ENABLE_TELEPHONE_NUMBER_DETECTION_iphoneos = ENABLE_TELEPHONE_NUMBER_DETECTION;
 ENABLE_TELEPHONE_NUMBER_DETECTION_iphonesimulator = $(ENABLE_TELEPHONE_NUMBER_DETECTION_iphoneos);
 
@@ -256,6 +265,7 @@
 ENABLE_WEB_TIMING_macosx_1080 = ;
 ENABLE_WEB_TIMING_macosx_1090 = ;
 ENABLE_WEB_TIMING_macosx_101000 = ENABLE_WEB_TIMING;
+ENABLE_WEB_TIMING_macosx_101100 = ENABLE_WEB_TIMING;
 ENABLE_WEB_TIMING_iphoneos = ENABLE_WEB_TIMING;
 ENABLE_WEB_TIMING_iphonesimulator = $(ENABLE_WEB_TIMING_iphoneos);
 

Modified: trunk/Source/_javascript_Core/Configurations/Version.xcconfig (175396 => 175397)


--- trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -40,6 +40,7 @@
 SYSTEM_VERSION_PREFIX_macosx_1080 = 8;
 SYSTEM_VERSION_PREFIX_macosx_1090 = 9;
 SYSTEM_VERSION_PREFIX_macosx_101000 = 10;
+SYSTEM_VERSION_PREFIX_macosx_101100 = 11;
 
 // The production build always uses the full version with a system version prefix.
 BUNDLE_VERSION_Production = $(SYSTEM_VERSION_PREFIX)$(FULL_VERSION);

Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (175396 => 175397)


--- trunk/Source/ThirdParty/ANGLE/ChangeLog	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog	2014-10-30 23:53:41 UTC (rev 175397)
@@ -1,3 +1,12 @@
+2014-10-30  Dana Burkart  <[email protected]>
+
+        <rdar://problem/18821260> Prepare for the mysterious future
+
+        Reviewed by Lucas Forschler.
+
+        * Configurations/Base.xcconfig:
+        * Configurations/DebugRelease.xcconfig:
+
 2014-10-08  Brent Fulgham  <[email protected]>
 
         [Win] Use proper v120 target for 64-bit builds.

Modified: trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig (175396 => 175397)


--- trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -63,3 +63,4 @@
 TOOLCHAINS_macosx_1080 = default;
 TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);
 TOOLCHAINS_macosx_101000 = $(TOOLCHAINS_macosx_1090);
+TOOLCHAINS_macosx_101100 = $(TOOLCHAINS_macosx_101000);

Modified: trunk/Source/ThirdParty/ANGLE/Configurations/DebugRelease.xcconfig (175396 => 175397)


--- trunk/Source/ThirdParty/ANGLE/Configurations/DebugRelease.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/ThirdParty/ANGLE/Configurations/DebugRelease.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -8,6 +8,7 @@
 MACOSX_DEPLOYMENT_TARGET_1080 = 10.8;
 MACOSX_DEPLOYMENT_TARGET_1090 = 10.9;
 MACOSX_DEPLOYMENT_TARGET_101000 = 10.10;
+MACOSX_DEPLOYMENT_TARGET_101100 = 10.11;
 
 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
 DEBUG_INFORMATION_FORMAT = dwarf;

Modified: trunk/Source/ThirdParty/ChangeLog (175396 => 175397)


--- trunk/Source/ThirdParty/ChangeLog	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/ThirdParty/ChangeLog	2014-10-30 23:53:41 UTC (rev 175397)
@@ -1,3 +1,11 @@
+2014-10-30  Dana Burkart  <[email protected]>
+
+        <rdar://problem/18821260> Prepare for the mysterious future
+
+        Reviewed by Lucas Forschler.
+
+        * gtest/xcode/Config/General.xcconfig:
+
 2014-09-18  Brent Fulgham  <[email protected]>
 
         [Win] Unreviewed build fix.

Modified: trunk/Source/ThirdParty/gtest/xcode/Config/General.xcconfig (175396 => 175397)


--- trunk/Source/ThirdParty/gtest/xcode/Config/General.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/ThirdParty/gtest/xcode/Config/General.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -71,6 +71,7 @@
 TOOLCHAINS_1080 = default;
 TOOLCHAINS_1090 = $(TOOLCHAINS);
 TOOLCHAINS_101000 = $(TOOLCHAINS_1090);
+TOOLCHAINS_101100 = $(TOOLCHAINS_101000);
 
 SDKROOT = $(SDKROOT_$(PLATFORM_NAME));
 SDKROOT_iphoneos = $(SDKROOT);

Modified: trunk/Source/WTF/ChangeLog (175396 => 175397)


--- trunk/Source/WTF/ChangeLog	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/WTF/ChangeLog	2014-10-30 23:53:41 UTC (rev 175397)
@@ -1,3 +1,12 @@
+2014-10-30  Dana Burkart  <[email protected]>
+
+        <rdar://problem/18821260> Prepare for the mysterious future
+
+        Reviewed by Lucas Forschler.
+
+        * Configurations/Base.xcconfig:
+        * Configurations/DebugRelease.xcconfig:
+
 2014-10-30  Geoffrey Garen  <[email protected]>
 
         Enable bmalloc in 32bit builds

Modified: trunk/Source/WTF/Configurations/Base.xcconfig (175396 => 175397)


--- trunk/Source/WTF/Configurations/Base.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/WTF/Configurations/Base.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -125,3 +125,4 @@
 TOOLCHAINS_macosx_1080 = default;
 TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);
 TOOLCHAINS_macosx_101000 = $(TOOLCHAINS_macosx_1090);
+TOOLCHAINS_macosx_101100 = $(TOOLCHAINS_macosx_101000);

Modified: trunk/Source/WTF/Configurations/DebugRelease.xcconfig (175396 => 175397)


--- trunk/Source/WTF/Configurations/DebugRelease.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/WTF/Configurations/DebugRelease.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -33,6 +33,7 @@
 MACOSX_DEPLOYMENT_TARGET_macosx_1080 = 10.8;
 MACOSX_DEPLOYMENT_TARGET_macosx_1090 = 10.9;
 MACOSX_DEPLOYMENT_TARGET_macosx_101000 = 10.10;
+MACOSX_DEPLOYMENT_TARGET_macosx_101100 = 10.11;
 
 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
 DEBUG_INFORMATION_FORMAT = dwarf;

Modified: trunk/Source/WebCore/ChangeLog (175396 => 175397)


--- trunk/Source/WebCore/ChangeLog	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/WebCore/ChangeLog	2014-10-30 23:53:41 UTC (rev 175397)
@@ -1,3 +1,14 @@
+2014-10-30  Dana Burkart  <[email protected]>
+
+        <rdar://problem/18821260> Prepare for the mysterious future
+
+        Reviewed by Lucas Forschler.
+
+        * Configurations/Base.xcconfig:
+        * Configurations/DebugRelease.xcconfig:
+        * Configurations/FeatureDefines.xcconfig:
+        * Configurations/Version.xcconfig:
+
 2014-10-30  Simon Fraser  <[email protected]>
 
         Short-circuit repaints with empty rects

Modified: trunk/Source/WebCore/Configurations/Base.xcconfig (175396 => 175397)


--- trunk/Source/WebCore/Configurations/Base.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/WebCore/Configurations/Base.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -126,3 +126,4 @@
 TOOLCHAINS_macosx_1080 = default;
 TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);
 TOOLCHAINS_macosx_101000 = $(TOOLCHAINS_macosx_1090);
+TOOLCHAINS_macosx_101100 = $(TOOLCHAINS_macosx_101000);

Modified: trunk/Source/WebCore/Configurations/DebugRelease.xcconfig (175396 => 175397)


--- trunk/Source/WebCore/Configurations/DebugRelease.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/WebCore/Configurations/DebugRelease.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -34,6 +34,7 @@
 MACOSX_DEPLOYMENT_TARGET_macosx_1080 = 10.8;
 MACOSX_DEPLOYMENT_TARGET_macosx_1090 = 10.9;
 MACOSX_DEPLOYMENT_TARGET_macosx_101000 = 10.10;
+MACOSX_DEPLOYMENT_TARGET_macosx_101100 = 10.11;
 
 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
 DEBUG_INFORMATION_FORMAT = dwarf;

Modified: trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig (175396 => 175397)


--- trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -41,6 +41,7 @@
 ENABLE_AVF_CAPTIONS_macosx_1080 = ;
 ENABLE_AVF_CAPTIONS_macosx_1090 = ;
 ENABLE_AVF_CAPTIONS_macosx_101000 = ENABLE_AVF_CAPTIONS;
+ENABLE_AVF_CAPTIONS_macosx_101100 = ENABLE_AVF_CAPTIONS;
 ENABLE_AVF_CAPTIONS_iphoneos = ENABLE_AVF_CAPTIONS;
 ENABLE_AVF_CAPTIONS_iphonesimulator = $(ENABLE_AVF_CAPTIONS_iphoneos);
 ENABLE_CACHE_PARTITIONING = ENABLE_CACHE_PARTITIONING;
@@ -76,11 +77,13 @@
 ENABLE_ENCRYPTED_MEDIA_macosx_1080 = ;
 ENABLE_ENCRYPTED_MEDIA_macosx_1090 = ENABLE_ENCRYPTED_MEDIA;
 ENABLE_ENCRYPTED_MEDIA_macosx_101000 = ENABLE_ENCRYPTED_MEDIA;
+ENABLE_ENCRYPTED_MEDIA_macosx_101100 = ENABLE_ENCRYPTED_MEDIA;
 ENABLE_ENCRYPTED_MEDIA_V2 = $(ENABLE_ENCRYPTED_MEDIA_V2_$(PLATFORM_NAME));
 ENABLE_ENCRYPTED_MEDIA_V2_macosx = $(ENABLE_ENCRYPTED_MEDIA_V2_macosx_$(TARGET_MAC_OS_X_VERSION_MAJOR));
 ENABLE_ENCRYPTED_MEDIA_V2_macosx_1080 = ;
 ENABLE_ENCRYPTED_MEDIA_V2_macosx_1090 = ENABLE_ENCRYPTED_MEDIA_V2;
 ENABLE_ENCRYPTED_MEDIA_V2_macosx_101000 = ENABLE_ENCRYPTED_MEDIA_V2;
+ENABLE_ENCRYPTED_MEDIA_V2_macosx_101100 = ENABLE_ENCRYPTED_MEDIA_V2;
 ENABLE_FONT_LOAD_EVENTS = ENABLE_FONT_LOAD_EVENTS;
 ENABLE_FULLSCREEN_API = $(ENABLE_FULLSCREEN_API_$(PLATFORM_NAME));
 ENABLE_FULLSCREEN_API_macosx = ENABLE_FULLSCREEN_API;
@@ -97,6 +100,7 @@
 ENABLE_SERVICE_CONTROLS_macosx_1080 = ;
 ENABLE_SERVICE_CONTROLS_macosx_1090 = ;
 ENABLE_SERVICE_CONTROLS_macosx_101000 = ENABLE_SERVICE_CONTROLS;
+ENABLE_SERVICE_CONTROLS_macosx_101100 = ENABLE_SERVICE_CONTROLS;
 ENABLE_INDEXED_DATABASE = ENABLE_INDEXED_DATABASE;
 ENABLE_INDEXED_DATABASE_IN_WORKERS = ;
 ENABLE_INDIE_UI = ENABLE_INDIE_UI;
@@ -129,6 +133,7 @@
 ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS_macosx_1080 = ;
 ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS_macosx_1090 = ;
 ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS_macosx_101000 = ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS;
+ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS_macosx_101100 = ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS;
 
 ENABLE_IOS_AIRPLAY = $(ENABLE_IOS_AIRPLAY_$(PLATFORM_NAME));
 ENABLE_IOS_AIRPLAY_iphoneos = ENABLE_IOS_AIRPLAY;
@@ -165,6 +170,7 @@
 ENABLE_MEDIA_SOURCE_macosx_1080 = ;
 ENABLE_MEDIA_SOURCE_macosx_1090 = ;
 ENABLE_MEDIA_SOURCE_macosx_101000 = ENABLE_MEDIA_SOURCE;
+ENABLE_MEDIA_SOURCE_macosx_101100 = ENABLE_MEDIA_SOURCE;
 
 ENABLE_MEDIA_STATISTICS = ;
 ENABLE_METER_ELEMENT = $(ENABLE_METER_ELEMENT_$(PLATFORM_NAME));
@@ -194,6 +200,7 @@
 ENABLE_REMOTE_INSPECTOR_macosx_1080 = ;
 ENABLE_REMOTE_INSPECTOR_macosx_1090 = ;
 ENABLE_REMOTE_INSPECTOR_macosx_101000 = ENABLE_REMOTE_INSPECTOR;
+ENABLE_REMOTE_INSPECTOR_macosx_101100 = ENABLE_REMOTE_INSPECTOR;
 ENABLE_RESOLUTION_MEDIA_QUERY = ;
 ENABLE_RUBBER_BANDING = $(ENABLE_RUBBER_BANDING_$(PLATFORM_NAME));
 ENABLE_RUBBER_BANDING_macosx = ENABLE_RUBBER_BANDING;
@@ -212,6 +219,7 @@
 ENABLE_SUBTLE_CRYPTO_macosx_1080 = ;
 ENABLE_SUBTLE_CRYPTO_macosx_1090 = ENABLE_SUBTLE_CRYPTO;
 ENABLE_SUBTLE_CRYPTO_macosx_101000 = ENABLE_SUBTLE_CRYPTO;
+ENABLE_SUBTLE_CRYPTO_macosx_101100 = ENABLE_SUBTLE_CRYPTO;
 ENABLE_SUBTLE_CRYPTO_iphoneos = ENABLE_SUBTLE_CRYPTO;
 ENABLE_SUBTLE_CRYPTO_iphonesimulator = $(ENABLE_SUBTLE_CRYPTO_iphoneos);
 ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
@@ -221,6 +229,7 @@
 ENABLE_TELEPHONE_NUMBER_DETECTION_macosx_1080 = ;
 ENABLE_TELEPHONE_NUMBER_DETECTION_macosx_1090 = ;
 ENABLE_TELEPHONE_NUMBER_DETECTION_macosx_101000 = ENABLE_TELEPHONE_NUMBER_DETECTION;
+ENABLE_TELEPHONE_NUMBER_DETECTION_macosx_101100 = ENABLE_TELEPHONE_NUMBER_DETECTION;
 ENABLE_TELEPHONE_NUMBER_DETECTION_iphoneos = ENABLE_TELEPHONE_NUMBER_DETECTION;
 ENABLE_TELEPHONE_NUMBER_DETECTION_iphonesimulator = $(ENABLE_TELEPHONE_NUMBER_DETECTION_iphoneos);
 
@@ -256,6 +265,7 @@
 ENABLE_WEB_TIMING_macosx_1080 = ;
 ENABLE_WEB_TIMING_macosx_1090 = ;
 ENABLE_WEB_TIMING_macosx_101000 = ENABLE_WEB_TIMING;
+ENABLE_WEB_TIMING_macosx_101100 = ENABLE_WEB_TIMING;
 ENABLE_WEB_TIMING_iphoneos = ENABLE_WEB_TIMING;
 ENABLE_WEB_TIMING_iphonesimulator = $(ENABLE_WEB_TIMING_iphoneos);
 

Modified: trunk/Source/WebCore/Configurations/Version.xcconfig (175396 => 175397)


--- trunk/Source/WebCore/Configurations/Version.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/WebCore/Configurations/Version.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -40,6 +40,7 @@
 SYSTEM_VERSION_PREFIX_macosx_1080 = 8;
 SYSTEM_VERSION_PREFIX_macosx_1090 = 9;
 SYSTEM_VERSION_PREFIX_macosx_101000 = 10;
+SYSTEM_VERSION_PREFIX_macosx_101100 = 11;
 
 // The production build always uses the full version with a system version prefix.
 BUNDLE_VERSION_Production = $(SYSTEM_VERSION_PREFIX)$(FULL_VERSION);

Modified: trunk/Source/WebInspectorUI/ChangeLog (175396 => 175397)


--- trunk/Source/WebInspectorUI/ChangeLog	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/WebInspectorUI/ChangeLog	2014-10-30 23:53:41 UTC (rev 175397)
@@ -1,3 +1,13 @@
+2014-10-30  Dana Burkart  <[email protected]>
+
+        <rdar://problem/18821260> Prepare for the mysterious future
+
+        Reviewed by Lucas Forschler.
+
+        * Configurations/Base.xcconfig:
+        * Configurations/DebugRelease.xcconfig:
+        * Configurations/Version.xcconfig:
+
 2014-10-10 Brian J. Burg  <[email protected]>
 
         Web Inspector: timelines should not count time elapsed while paused in the debugger

Modified: trunk/Source/WebInspectorUI/Configurations/Base.xcconfig (175396 => 175397)


--- trunk/Source/WebInspectorUI/Configurations/Base.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/WebInspectorUI/Configurations/Base.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -67,3 +67,4 @@
 TOOLCHAINS_macosx_1080 = default;
 TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);
 TOOLCHAINS_macosx_101000 = $(TOOLCHAINS_macosx_1090);
+TOOLCHAINS_macosx_101100 = $(TOOLCHAINS_macosx_101000);

Modified: trunk/Source/WebInspectorUI/Configurations/DebugRelease.xcconfig (175396 => 175397)


--- trunk/Source/WebInspectorUI/Configurations/DebugRelease.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/WebInspectorUI/Configurations/DebugRelease.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -8,6 +8,7 @@
 MACOSX_DEPLOYMENT_TARGET_1080 = 10.8;
 MACOSX_DEPLOYMENT_TARGET_1090 = 10.9;
 MACOSX_DEPLOYMENT_TARGET_101000 = 10.10;
+MACOSX_DEPLOYMENT_TARGET_101100 = 10.11;
 
 ENGINEERING_BUILD = 1;
 

Modified: trunk/Source/WebInspectorUI/Configurations/Version.xcconfig (175396 => 175397)


--- trunk/Source/WebInspectorUI/Configurations/Version.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/WebInspectorUI/Configurations/Version.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -13,6 +13,7 @@
 SYSTEM_VERSION_PREFIX_macosx_1080 = 8;
 SYSTEM_VERSION_PREFIX_macosx_1090 = 9;
 SYSTEM_VERSION_PREFIX_macosx_101000 = 10;
+SYSTEM_VERSION_PREFIX_macosx_101100 = 11;
 
 BUNDLE_VERSION = $(SYSTEM_VERSION_PREFIX)$(FULL_VERSION);
 SHORT_VERSION_STRING = $(SYSTEM_VERSION_PREFIX)$(MAJOR_VERSION);

Modified: trunk/Source/WebKit/mac/ChangeLog (175396 => 175397)


--- trunk/Source/WebKit/mac/ChangeLog	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/WebKit/mac/ChangeLog	2014-10-30 23:53:41 UTC (rev 175397)
@@ -1,3 +1,14 @@
+2014-10-30  Dana Burkart  <[email protected]>
+
+        <rdar://problem/18821260> Prepare for the mysterious future
+
+        Reviewed by Lucas Forschler.
+
+        * Configurations/Base.xcconfig:
+        * Configurations/DebugRelease.xcconfig:
+        * Configurations/FeatureDefines.xcconfig:
+        * Configurations/Version.xcconfig:
+
 2014-10-28  Jeremy Jones  <[email protected]>
 
         Add optimized fullscreen mode.

Modified: trunk/Source/WebKit/mac/Configurations/Base.xcconfig (175396 => 175397)


--- trunk/Source/WebKit/mac/Configurations/Base.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/WebKit/mac/Configurations/Base.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -115,3 +115,4 @@
 TOOLCHAINS_macosx_1080 = default;
 TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);
 TOOLCHAINS_macosx_101000 = $(TOOLCHAINS_macosx_1090);
+TOOLCHAINS_macosx_101100 = $(TOOLCHAINS_macosx_101000);

Modified: trunk/Source/WebKit/mac/Configurations/DebugRelease.xcconfig (175396 => 175397)


--- trunk/Source/WebKit/mac/Configurations/DebugRelease.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/WebKit/mac/Configurations/DebugRelease.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -34,6 +34,7 @@
 MACOSX_DEPLOYMENT_TARGET_macosx_1080 = 10.8;
 MACOSX_DEPLOYMENT_TARGET_macosx_1090 = 10.9;
 MACOSX_DEPLOYMENT_TARGET_macosx_101000 = 10.10;
+MACOSX_DEPLOYMENT_TARGET_macosx_101100 = 10.11;
 
 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
 DEBUG_INFORMATION_FORMAT = dwarf;
@@ -45,6 +46,7 @@
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_1080 = WebKitSystemInterfaceMountainLion;
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_1090 = WebKitSystemInterfaceMavericks;
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101000 = WebKitSystemInterfaceYosemite;
+WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101100 = $(WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101000);
 
 OTHER_CFLAGS = $(ASAN_OTHER_CFLAGS);
 OTHER_CPLUSPLUSFLAGS = $(ASAN_OTHER_CPLUSPLUSFLAGS);

Modified: trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig (175396 => 175397)


--- trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -41,6 +41,7 @@
 ENABLE_AVF_CAPTIONS_macosx_1080 = ;
 ENABLE_AVF_CAPTIONS_macosx_1090 = ;
 ENABLE_AVF_CAPTIONS_macosx_101000 = ENABLE_AVF_CAPTIONS;
+ENABLE_AVF_CAPTIONS_macosx_101100 = ENABLE_AVF_CAPTIONS;
 ENABLE_AVF_CAPTIONS_iphoneos = ENABLE_AVF_CAPTIONS;
 ENABLE_AVF_CAPTIONS_iphonesimulator = $(ENABLE_AVF_CAPTIONS_iphoneos);
 ENABLE_CACHE_PARTITIONING = ENABLE_CACHE_PARTITIONING;
@@ -76,11 +77,13 @@
 ENABLE_ENCRYPTED_MEDIA_macosx_1080 = ;
 ENABLE_ENCRYPTED_MEDIA_macosx_1090 = ENABLE_ENCRYPTED_MEDIA;
 ENABLE_ENCRYPTED_MEDIA_macosx_101000 = ENABLE_ENCRYPTED_MEDIA;
+ENABLE_ENCRYPTED_MEDIA_macosx_101100 = ENABLE_ENCRYPTED_MEDIA;
 ENABLE_ENCRYPTED_MEDIA_V2 = $(ENABLE_ENCRYPTED_MEDIA_V2_$(PLATFORM_NAME));
 ENABLE_ENCRYPTED_MEDIA_V2_macosx = $(ENABLE_ENCRYPTED_MEDIA_V2_macosx_$(TARGET_MAC_OS_X_VERSION_MAJOR));
 ENABLE_ENCRYPTED_MEDIA_V2_macosx_1080 = ;
 ENABLE_ENCRYPTED_MEDIA_V2_macosx_1090 = ENABLE_ENCRYPTED_MEDIA_V2;
 ENABLE_ENCRYPTED_MEDIA_V2_macosx_101000 = ENABLE_ENCRYPTED_MEDIA_V2;
+ENABLE_ENCRYPTED_MEDIA_V2_macosx_101100 = ENABLE_ENCRYPTED_MEDIA_V2;
 ENABLE_FONT_LOAD_EVENTS = ENABLE_FONT_LOAD_EVENTS;
 ENABLE_FULLSCREEN_API = $(ENABLE_FULLSCREEN_API_$(PLATFORM_NAME));
 ENABLE_FULLSCREEN_API_macosx = ENABLE_FULLSCREEN_API;
@@ -97,6 +100,7 @@
 ENABLE_SERVICE_CONTROLS_macosx_1080 = ;
 ENABLE_SERVICE_CONTROLS_macosx_1090 = ;
 ENABLE_SERVICE_CONTROLS_macosx_101000 = ENABLE_SERVICE_CONTROLS;
+ENABLE_SERVICE_CONTROLS_macosx_101100 = ENABLE_SERVICE_CONTROLS;
 ENABLE_INDEXED_DATABASE = ENABLE_INDEXED_DATABASE;
 ENABLE_INDEXED_DATABASE_IN_WORKERS = ;
 ENABLE_INDIE_UI = ENABLE_INDIE_UI;
@@ -129,6 +133,7 @@
 ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS_macosx_1080 = ;
 ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS_macosx_1090 = ;
 ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS_macosx_101000 = ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS;
+ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS_macosx_101100 = ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS;
 
 ENABLE_IOS_AIRPLAY = $(ENABLE_IOS_AIRPLAY_$(PLATFORM_NAME));
 ENABLE_IOS_AIRPLAY_iphoneos = ENABLE_IOS_AIRPLAY;
@@ -165,6 +170,7 @@
 ENABLE_MEDIA_SOURCE_macosx_1080 = ;
 ENABLE_MEDIA_SOURCE_macosx_1090 = ;
 ENABLE_MEDIA_SOURCE_macosx_101000 = ENABLE_MEDIA_SOURCE;
+ENABLE_MEDIA_SOURCE_macosx_101100 = ENABLE_MEDIA_SOURCE;
 
 ENABLE_MEDIA_STATISTICS = ;
 ENABLE_METER_ELEMENT = $(ENABLE_METER_ELEMENT_$(PLATFORM_NAME));
@@ -194,6 +200,7 @@
 ENABLE_REMOTE_INSPECTOR_macosx_1080 = ;
 ENABLE_REMOTE_INSPECTOR_macosx_1090 = ;
 ENABLE_REMOTE_INSPECTOR_macosx_101000 = ENABLE_REMOTE_INSPECTOR;
+ENABLE_REMOTE_INSPECTOR_macosx_101100 = ENABLE_REMOTE_INSPECTOR;
 ENABLE_RESOLUTION_MEDIA_QUERY = ;
 ENABLE_RUBBER_BANDING = $(ENABLE_RUBBER_BANDING_$(PLATFORM_NAME));
 ENABLE_RUBBER_BANDING_macosx = ENABLE_RUBBER_BANDING;
@@ -212,6 +219,7 @@
 ENABLE_SUBTLE_CRYPTO_macosx_1080 = ;
 ENABLE_SUBTLE_CRYPTO_macosx_1090 = ENABLE_SUBTLE_CRYPTO;
 ENABLE_SUBTLE_CRYPTO_macosx_101000 = ENABLE_SUBTLE_CRYPTO;
+ENABLE_SUBTLE_CRYPTO_macosx_101100 = ENABLE_SUBTLE_CRYPTO;
 ENABLE_SUBTLE_CRYPTO_iphoneos = ENABLE_SUBTLE_CRYPTO;
 ENABLE_SUBTLE_CRYPTO_iphonesimulator = $(ENABLE_SUBTLE_CRYPTO_iphoneos);
 ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
@@ -221,6 +229,7 @@
 ENABLE_TELEPHONE_NUMBER_DETECTION_macosx_1080 = ;
 ENABLE_TELEPHONE_NUMBER_DETECTION_macosx_1090 = ;
 ENABLE_TELEPHONE_NUMBER_DETECTION_macosx_101000 = ENABLE_TELEPHONE_NUMBER_DETECTION;
+ENABLE_TELEPHONE_NUMBER_DETECTION_macosx_101100 = ENABLE_TELEPHONE_NUMBER_DETECTION;
 ENABLE_TELEPHONE_NUMBER_DETECTION_iphoneos = ENABLE_TELEPHONE_NUMBER_DETECTION;
 ENABLE_TELEPHONE_NUMBER_DETECTION_iphonesimulator = $(ENABLE_TELEPHONE_NUMBER_DETECTION_iphoneos);
 
@@ -256,6 +265,7 @@
 ENABLE_WEB_TIMING_macosx_1080 = ;
 ENABLE_WEB_TIMING_macosx_1090 = ;
 ENABLE_WEB_TIMING_macosx_101000 = ENABLE_WEB_TIMING;
+ENABLE_WEB_TIMING_macosx_101100 = ENABLE_WEB_TIMING;
 ENABLE_WEB_TIMING_iphoneos = ENABLE_WEB_TIMING;
 ENABLE_WEB_TIMING_iphonesimulator = $(ENABLE_WEB_TIMING_iphoneos);
 

Modified: trunk/Source/WebKit/mac/Configurations/Version.xcconfig (175396 => 175397)


--- trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -40,6 +40,7 @@
 SYSTEM_VERSION_PREFIX_macosx_1080 = 8;
 SYSTEM_VERSION_PREFIX_macosx_1090 = 9;
 SYSTEM_VERSION_PREFIX_macosx_101000 = 10;
+SYSTEM_VERSION_PREFIX_macosx_101100 = 11;
 
 // The production build always uses the full version with a system version prefix.
 BUNDLE_VERSION_Production = $(SYSTEM_VERSION_PREFIX)$(FULL_VERSION);

Modified: trunk/Source/WebKit2/ChangeLog (175396 => 175397)


--- trunk/Source/WebKit2/ChangeLog	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/WebKit2/ChangeLog	2014-10-30 23:53:41 UTC (rev 175397)
@@ -1,3 +1,17 @@
+2014-10-30  Dana Burkart  <[email protected]>
+
+        <rdar://problem/18821260> Prepare for the mysterious future
+
+        Reviewed by Lucas Forschler.
+
+        * Configurations/Base.xcconfig:
+        * Configurations/DebugRelease.xcconfig:
+        * Configurations/FeatureDefines.xcconfig:
+        * Configurations/Version.xcconfig:
+        * Configurations/WebContentService.Development.xcconfig:
+        * Configurations/WebContentService.xcconfig:
+        * Configurations/WebKit.xcconfig:
+
 2014-10-30  Anders Carlsson  <[email protected]>
 
         Try to fix the iOS build.

Modified: trunk/Source/WebKit2/Configurations/Base.xcconfig (175396 => 175397)


--- trunk/Source/WebKit2/Configurations/Base.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/WebKit2/Configurations/Base.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -115,6 +115,7 @@
 TOOLCHAINS_macosx_1080 = default;
 TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);
 TOOLCHAINS_macosx_101000 = $(TOOLCHAINS_macosx_1090);
+TOOLCHAINS_macosx_101100 = $(TOOLCHAINS_macosx_101000);
 
 SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator;
 

Modified: trunk/Source/WebKit2/Configurations/DebugRelease.xcconfig (175396 => 175397)


--- trunk/Source/WebKit2/Configurations/DebugRelease.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/WebKit2/Configurations/DebugRelease.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -31,6 +31,7 @@
 MACOSX_DEPLOYMENT_TARGET_1080 = 10.8;
 MACOSX_DEPLOYMENT_TARGET_1090 = 10.9;
 MACOSX_DEPLOYMENT_TARGET_101000 = 10.10;
+MACOSX_DEPLOYMENT_TARGET_101100 = 10.11;
 
 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
 DEBUG_INFORMATION_FORMAT = dwarf;
@@ -42,6 +43,7 @@
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_1080 = WebKitSystemInterfaceMountainLion;
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_1090 = WebKitSystemInterfaceMavericks;
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101000 = WebKitSystemInterfaceYosemite;
+WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101100 = $(WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101000);
 
 OTHER_CFLAGS = $(inherited) $(ASAN_OTHER_CFLAGS);
 OTHER_CPLUSPLUSFLAGS = $(inherited) $(ASAN_OTHER_CPLUSPLUSFLAGS);

Modified: trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig (175396 => 175397)


--- trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -41,6 +41,7 @@
 ENABLE_AVF_CAPTIONS_macosx_1080 = ;
 ENABLE_AVF_CAPTIONS_macosx_1090 = ;
 ENABLE_AVF_CAPTIONS_macosx_101000 = ENABLE_AVF_CAPTIONS;
+ENABLE_AVF_CAPTIONS_macosx_101100 = ENABLE_AVF_CAPTIONS;
 ENABLE_AVF_CAPTIONS_iphoneos = ENABLE_AVF_CAPTIONS;
 ENABLE_AVF_CAPTIONS_iphonesimulator = $(ENABLE_AVF_CAPTIONS_iphoneos);
 ENABLE_CACHE_PARTITIONING = ENABLE_CACHE_PARTITIONING;
@@ -76,11 +77,13 @@
 ENABLE_ENCRYPTED_MEDIA_macosx_1080 = ;
 ENABLE_ENCRYPTED_MEDIA_macosx_1090 = ENABLE_ENCRYPTED_MEDIA;
 ENABLE_ENCRYPTED_MEDIA_macosx_101000 = ENABLE_ENCRYPTED_MEDIA;
+ENABLE_ENCRYPTED_MEDIA_macosx_101100 = ENABLE_ENCRYPTED_MEDIA;
 ENABLE_ENCRYPTED_MEDIA_V2 = $(ENABLE_ENCRYPTED_MEDIA_V2_$(PLATFORM_NAME));
 ENABLE_ENCRYPTED_MEDIA_V2_macosx = $(ENABLE_ENCRYPTED_MEDIA_V2_macosx_$(TARGET_MAC_OS_X_VERSION_MAJOR));
 ENABLE_ENCRYPTED_MEDIA_V2_macosx_1080 = ;
 ENABLE_ENCRYPTED_MEDIA_V2_macosx_1090 = ENABLE_ENCRYPTED_MEDIA_V2;
 ENABLE_ENCRYPTED_MEDIA_V2_macosx_101000 = ENABLE_ENCRYPTED_MEDIA_V2;
+ENABLE_ENCRYPTED_MEDIA_V2_macosx_101100 = ENABLE_ENCRYPTED_MEDIA_V2;
 ENABLE_FONT_LOAD_EVENTS = ENABLE_FONT_LOAD_EVENTS;
 ENABLE_FULLSCREEN_API = $(ENABLE_FULLSCREEN_API_$(PLATFORM_NAME));
 ENABLE_FULLSCREEN_API_macosx = ENABLE_FULLSCREEN_API;
@@ -97,6 +100,7 @@
 ENABLE_SERVICE_CONTROLS_macosx_1080 = ;
 ENABLE_SERVICE_CONTROLS_macosx_1090 = ;
 ENABLE_SERVICE_CONTROLS_macosx_101000 = ENABLE_SERVICE_CONTROLS;
+ENABLE_SERVICE_CONTROLS_macosx_101100 = ENABLE_SERVICE_CONTROLS;
 ENABLE_INDEXED_DATABASE = ENABLE_INDEXED_DATABASE;
 ENABLE_INDEXED_DATABASE_IN_WORKERS = ;
 ENABLE_INDIE_UI = ENABLE_INDIE_UI;
@@ -129,6 +133,7 @@
 ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS_macosx_1080 = ;
 ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS_macosx_1090 = ;
 ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS_macosx_101000 = ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS;
+ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS_macosx_101100 = ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS;
 
 ENABLE_IOS_AIRPLAY = $(ENABLE_IOS_AIRPLAY_$(PLATFORM_NAME));
 ENABLE_IOS_AIRPLAY_iphoneos = ENABLE_IOS_AIRPLAY;
@@ -165,6 +170,7 @@
 ENABLE_MEDIA_SOURCE_macosx_1080 = ;
 ENABLE_MEDIA_SOURCE_macosx_1090 = ;
 ENABLE_MEDIA_SOURCE_macosx_101000 = ENABLE_MEDIA_SOURCE;
+ENABLE_MEDIA_SOURCE_macosx_101100 = ENABLE_MEDIA_SOURCE;
 
 ENABLE_MEDIA_STATISTICS = ;
 ENABLE_METER_ELEMENT = $(ENABLE_METER_ELEMENT_$(PLATFORM_NAME));
@@ -194,6 +200,7 @@
 ENABLE_REMOTE_INSPECTOR_macosx_1080 = ;
 ENABLE_REMOTE_INSPECTOR_macosx_1090 = ;
 ENABLE_REMOTE_INSPECTOR_macosx_101000 = ENABLE_REMOTE_INSPECTOR;
+ENABLE_REMOTE_INSPECTOR_macosx_101100 = ENABLE_REMOTE_INSPECTOR;
 ENABLE_RESOLUTION_MEDIA_QUERY = ;
 ENABLE_RUBBER_BANDING = $(ENABLE_RUBBER_BANDING_$(PLATFORM_NAME));
 ENABLE_RUBBER_BANDING_macosx = ENABLE_RUBBER_BANDING;
@@ -212,6 +219,7 @@
 ENABLE_SUBTLE_CRYPTO_macosx_1080 = ;
 ENABLE_SUBTLE_CRYPTO_macosx_1090 = ENABLE_SUBTLE_CRYPTO;
 ENABLE_SUBTLE_CRYPTO_macosx_101000 = ENABLE_SUBTLE_CRYPTO;
+ENABLE_SUBTLE_CRYPTO_macosx_101100 = ENABLE_SUBTLE_CRYPTO;
 ENABLE_SUBTLE_CRYPTO_iphoneos = ENABLE_SUBTLE_CRYPTO;
 ENABLE_SUBTLE_CRYPTO_iphonesimulator = $(ENABLE_SUBTLE_CRYPTO_iphoneos);
 ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
@@ -221,6 +229,7 @@
 ENABLE_TELEPHONE_NUMBER_DETECTION_macosx_1080 = ;
 ENABLE_TELEPHONE_NUMBER_DETECTION_macosx_1090 = ;
 ENABLE_TELEPHONE_NUMBER_DETECTION_macosx_101000 = ENABLE_TELEPHONE_NUMBER_DETECTION;
+ENABLE_TELEPHONE_NUMBER_DETECTION_macosx_101100 = ENABLE_TELEPHONE_NUMBER_DETECTION;
 ENABLE_TELEPHONE_NUMBER_DETECTION_iphoneos = ENABLE_TELEPHONE_NUMBER_DETECTION;
 ENABLE_TELEPHONE_NUMBER_DETECTION_iphonesimulator = $(ENABLE_TELEPHONE_NUMBER_DETECTION_iphoneos);
 
@@ -256,6 +265,7 @@
 ENABLE_WEB_TIMING_macosx_1080 = ;
 ENABLE_WEB_TIMING_macosx_1090 = ;
 ENABLE_WEB_TIMING_macosx_101000 = ENABLE_WEB_TIMING;
+ENABLE_WEB_TIMING_macosx_101100 = ENABLE_WEB_TIMING;
 ENABLE_WEB_TIMING_iphoneos = ENABLE_WEB_TIMING;
 ENABLE_WEB_TIMING_iphonesimulator = $(ENABLE_WEB_TIMING_iphoneos);
 

Modified: trunk/Source/WebKit2/Configurations/Version.xcconfig (175396 => 175397)


--- trunk/Source/WebKit2/Configurations/Version.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/WebKit2/Configurations/Version.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -40,6 +40,7 @@
 SYSTEM_VERSION_PREFIX_macosx_1080 = 8;
 SYSTEM_VERSION_PREFIX_macosx_1090 = 9;
 SYSTEM_VERSION_PREFIX_macosx_101000 = 10;
+SYSTEM_VERSION_PREFIX_macosx_101100 = 11;
 
 // The production build always uses the full version with a system version prefix.
 BUNDLE_VERSION_Production = $(SYSTEM_VERSION_PREFIX)$(FULL_VERSION);

Modified: trunk/Source/WebKit2/Configurations/WebContentService.Development.xcconfig (175396 => 175397)


--- trunk/Source/WebKit2/Configurations/WebContentService.Development.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/WebKit2/Configurations/WebContentService.Development.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -38,6 +38,7 @@
 BUNDLE_LOCALIZATION_KEY_macosx_1080 = CFBundleAllowMixedLocalizations;
 BUNDLE_LOCALIZATION_KEY_macosx_1090 = CFBundleAllowMixedLocalizations;
 BUNDLE_LOCALIZATION_KEY_macosx_101000 = CFBundleFollowParentLocalization;
+BUNDLE_LOCALIZATION_KEY_macosx_101100 = CFBundleFollowParentLocalization;
 
 CODE_SIGN_ENTITLEMENTS[sdk=iphoneos*] = Configurations/WebContent-iOS.entitlements
 

Modified: trunk/Source/WebKit2/Configurations/WebContentService.xcconfig (175396 => 175397)


--- trunk/Source/WebKit2/Configurations/WebContentService.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/WebKit2/Configurations/WebContentService.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -38,6 +38,7 @@
 BUNDLE_LOCALIZATION_KEY_macosx_1080 = CFBundleAllowMixedLocalizations;
 BUNDLE_LOCALIZATION_KEY_macosx_1090 = CFBundleAllowMixedLocalizations;
 BUNDLE_LOCALIZATION_KEY_macosx_101000 = CFBundleFollowParentLocalization;
+BUNDLE_LOCALIZATION_KEY_macosx_101100 = CFBundleFollowParentLocalization;
 
 CODE_SIGN_ENTITLEMENTS[sdk=iphoneos*] = Configurations/WebContent-iOS.entitlements
 

Modified: trunk/Source/WebKit2/Configurations/WebKit.xcconfig (175396 => 175397)


--- trunk/Source/WebKit2/Configurations/WebKit.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/WebKit2/Configurations/WebKit.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -59,3 +59,4 @@
 WK_API_AVAILABILITY_ENABLED_macosx_1080 = NO;
 WK_API_AVAILABILITY_ENABLED_macosx_1090 = NO;
 WK_API_AVAILABILITY_ENABLED_macosx_101000 = YES;
+WK_API_AVAILABILITY_ENABLED_macosx_101100 = YES;

Modified: trunk/Source/bmalloc/ChangeLog (175396 => 175397)


--- trunk/Source/bmalloc/ChangeLog	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/bmalloc/ChangeLog	2014-10-30 23:53:41 UTC (rev 175397)
@@ -1,3 +1,12 @@
+2014-10-30  Dana Burkart  <[email protected]>
+
+        <rdar://problem/18821260> Prepare for the mysterious future
+
+        Reviewed by Lucas Forschler.
+
+        * Configurations/Base.xcconfig:
+        * Configurations/DebugRelease.xcconfig:
+
 2014-09-24  Geoffrey Garen  <[email protected]>
 
         bmalloc: cleaned up fast path vs slow path

Modified: trunk/Source/bmalloc/Configurations/Base.xcconfig (175396 => 175397)


--- trunk/Source/bmalloc/Configurations/Base.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/bmalloc/Configurations/Base.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -120,3 +120,4 @@
 TOOLCHAINS_macosx_1080 = default;
 TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);
 TOOLCHAINS_macosx_101000 = $(TOOLCHAINS_macosx_1090);
+TOOLCHAINS_macosx_101100 = $(TOOLCHAINS_macosx_101000);

Modified: trunk/Source/bmalloc/Configurations/DebugRelease.xcconfig (175396 => 175397)


--- trunk/Source/bmalloc/Configurations/DebugRelease.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Source/bmalloc/Configurations/DebugRelease.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -33,6 +33,7 @@
 MACOSX_DEPLOYMENT_TARGET_macosx_1080 = 10.8;
 MACOSX_DEPLOYMENT_TARGET_macosx_1090 = 10.9;
 MACOSX_DEPLOYMENT_TARGET_macosx_101000 = 10.10;
+MACOSX_DEPLOYMENT_TARGET_macosx_101100 = 10.11;
 
 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
 DEBUG_INFORMATION_FORMAT = dwarf;

Modified: trunk/Tools/ChangeLog (175396 => 175397)


--- trunk/Tools/ChangeLog	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Tools/ChangeLog	2014-10-30 23:53:41 UTC (rev 175397)
@@ -1,3 +1,21 @@
+2014-10-30  Dana Burkart  <[email protected]>
+
+        <rdar://problem/18821260> Perpare for the mysterious future
+
+        Reviewed by Lucas Forschler.
+
+        * DumpRenderTree/mac/Configurations/Base.xcconfig:
+        * DumpRenderTree/mac/Configurations/DebugRelease.xcconfig:
+        * LayoutTestRelay/Configurations/Base.xcconfig:
+        * LayoutTestRelay/Configurations/DebugRelease.xcconfig:
+        * MiniBrowser/Configurations/Base.xcconfig:
+        * MiniBrowser/Configurations/DebugRelease.xcconfig:
+        * TestWebKitAPI/Configurations/Base.xcconfig:
+        * TestWebKitAPI/Configurations/DebugRelease.xcconfig:
+        * WebKitLauncher/Configurations/Base.xcconfig:
+        * WebKitTestRunner/Configurations/Base.xcconfig:
+        * WebKitTestRunner/Configurations/DebugRelease.xcconfig:
+
 2014-10-30  Matthew Hanson  <[email protected]>
 
         Update safariVersion to safariVersionString

Modified: trunk/Tools/DumpRenderTree/mac/Configurations/Base.xcconfig (175396 => 175397)


--- trunk/Tools/DumpRenderTree/mac/Configurations/Base.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Tools/DumpRenderTree/mac/Configurations/Base.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -71,5 +71,6 @@
 TOOLCHAINS_macosx_1080 = default;
 TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);
 TOOLCHAINS_macosx_101000 = $(TOOLCHAINS_macosx_1090);
+TOOLCHAINS_macosx_101100 = $(TOOLCHAINS_macosx_101000);
 
 SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator;

Modified: trunk/Tools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig (175396 => 175397)


--- trunk/Tools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Tools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -35,6 +35,7 @@
 MACOSX_DEPLOYMENT_TARGET_macosx_1080 = 10.8;
 MACOSX_DEPLOYMENT_TARGET_macosx_1090 = 10.9;
 MACOSX_DEPLOYMENT_TARGET_macosx_101000 = 10.10;
+MACOSX_DEPLOYMENT_TARGET_macosx_101100 = 10.11;
 
 WEBKIT_SYSTEM_INTERFACE_LIBRARY = $(WEBKIT_SYSTEM_INTERFACE_LIBRARY_$(PLATFORM_NAME));
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_iphoneos = WebKitSystemInterfaceIOSDevice$(IPHONEOS_DEPLOYMENT_TARGET);
@@ -43,6 +44,7 @@
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_1080 = WebKitSystemInterfaceMountainLion;
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_1090 = WebKitSystemInterfaceMavericks;
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101000 = WebKitSystemInterfaceYosemite;
+WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101100 = $(WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101000);
 OTHER_CFLAGS = $(inherited) $(ASAN_OTHER_CFLAGS);
 OTHER_CPLUSPLUSFLAGS = $(inherited) $(ASAN_OTHER_CPLUSPLUSFLAGS);
 OTHER_LDFLAGS = $(inherited) $(ASAN_OTHER_LDFLAGS);

Modified: trunk/Tools/LayoutTestRelay/Configurations/Base.xcconfig (175396 => 175397)


--- trunk/Tools/LayoutTestRelay/Configurations/Base.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Tools/LayoutTestRelay/Configurations/Base.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -58,5 +58,6 @@
 TOOLCHAINS_macosx_1080 = default;
 TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);
 TOOLCHAINS_macosx_101000 = $(TOOLCHAINS_macosx_1090);
+TOOLCHAINS_macosx_101100 = $(TOOLCHAINS_macosx_101000);
 
 SUPPORTED_PLATFORMS = macosx;

Modified: trunk/Tools/LayoutTestRelay/Configurations/DebugRelease.xcconfig (175396 => 175397)


--- trunk/Tools/LayoutTestRelay/Configurations/DebugRelease.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Tools/LayoutTestRelay/Configurations/DebugRelease.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -29,6 +29,7 @@
 MACOSX_DEPLOYMENT_TARGET_1080 = 10.8; MACOSX_DEPLOYMENT_TARGET_1090 = 10.9; MACOSX_DEPLOYMENT_TARGET_101000 = 10.10;+MACOSX_DEPLOYMENT_TARGET_101100 = 10.11;  FRAMEWORK_SEARCH_PATHS = $(DEVELOPER_DIR)/Library/PrivateFrameworks; LD_RUNPATH_SEARCH_PATHS = $(DEVELOPER_DIR)/Library/PrivateFrameworks;@@ -36,4 +37,4 @@
  SDKROOT = $(SDKROOT_macosx_$(USE_INTERNAL_SDK)); SDKROOT_macosx_ = macosx;-SDKROOT_macosx_YES = macosx.internal;+SDKROOT_macosx_YES = macosx.internal;

Modified: trunk/Tools/MiniBrowser/Configurations/Base.xcconfig (175396 => 175397)


--- trunk/Tools/MiniBrowser/Configurations/Base.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Tools/MiniBrowser/Configurations/Base.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -59,3 +59,4 @@
 TOOLCHAINS_macosx_1080 = default;
 TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);
 TOOLCHAINS_macosx_101000 = $(TOOLCHAINS_macosx_1090);
+TOOLCHAINS_macosx_101100 = $(TOOLCHAINS_macosx_101000);

Modified: trunk/Tools/MiniBrowser/Configurations/DebugRelease.xcconfig (175396 => 175397)


--- trunk/Tools/MiniBrowser/Configurations/DebugRelease.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Tools/MiniBrowser/Configurations/DebugRelease.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -32,6 +32,7 @@
 MACOSX_DEPLOYMENT_TARGET_1080 = 10.8;
 MACOSX_DEPLOYMENT_TARGET_1090 = 10.9;
 MACOSX_DEPLOYMENT_TARGET_101000 = 10.10;
+MACOSX_DEPLOYMENT_TARGET_101100 = 10.11;
 
 OTHER_CFLAGS = $(ASAN_OTHER_CFLAGS);
 OTHER_CPLUSPLUSFLAGS = $(ASAN_OTHER_CPLUSPLUSFLAGS);

Modified: trunk/Tools/TestWebKitAPI/Configurations/Base.xcconfig (175396 => 175397)


--- trunk/Tools/TestWebKitAPI/Configurations/Base.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Tools/TestWebKitAPI/Configurations/Base.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -74,3 +74,4 @@
 TOOLCHAINS_macosx_1080 = default;
 TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);
 TOOLCHAINS_macosx_101000 = $(TOOLCHAINS_macosx_1090);
+TOOLCHAINS_macosx_101100 = $(TOOLCHAINS_macosx_101000);

Modified: trunk/Tools/TestWebKitAPI/Configurations/DebugRelease.xcconfig (175396 => 175397)


--- trunk/Tools/TestWebKitAPI/Configurations/DebugRelease.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Tools/TestWebKitAPI/Configurations/DebugRelease.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -32,6 +32,7 @@
 MACOSX_DEPLOYMENT_TARGET_1080 = 10.8;
 MACOSX_DEPLOYMENT_TARGET_1090 = 10.9;
 MACOSX_DEPLOYMENT_TARGET_101000 = 10.10;
+MACOSX_DEPLOYMENT_TARGET_101100 = 10.11;
 
 WEBKIT_UMBRELLA_FRAMEWORKS_DIR = $(BUILT_PRODUCTS_DIR);
 

Modified: trunk/Tools/WebKitLauncher/Configurations/Base.xcconfig (175396 => 175397)


--- trunk/Tools/WebKitLauncher/Configurations/Base.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Tools/WebKitLauncher/Configurations/Base.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -47,3 +47,4 @@
 TOOLCHAINS_macosx_1080 = default;
 TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);
 TOOLCHAINS_macosx_101000 = $(TOOLCHAINS_macosx_1090);
+TOOLCHAINS_macosx_101100 = $(TOOLCHAINS_macosx_101000);

Modified: trunk/Tools/WebKitTestRunner/Configurations/Base.xcconfig (175396 => 175397)


--- trunk/Tools/WebKitTestRunner/Configurations/Base.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Tools/WebKitTestRunner/Configurations/Base.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -67,5 +67,6 @@
 TOOLCHAINS_macosx_1080 = default;
 TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);
 TOOLCHAINS_macosx_101000 = $(TOOLCHAINS_macosx_1090);
+TOOLCHAINS_macosx_101100 = $(TOOLCHAINS_macosx_101000);
 
 SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator;

Modified: trunk/Tools/WebKitTestRunner/Configurations/DebugRelease.xcconfig (175396 => 175397)


--- trunk/Tools/WebKitTestRunner/Configurations/DebugRelease.xcconfig	2014-10-30 23:50:54 UTC (rev 175396)
+++ trunk/Tools/WebKitTestRunner/Configurations/DebugRelease.xcconfig	2014-10-30 23:53:41 UTC (rev 175397)
@@ -32,6 +32,7 @@
 MACOSX_DEPLOYMENT_TARGET_1080 = 10.8;
 MACOSX_DEPLOYMENT_TARGET_1090 = 10.9;
 MACOSX_DEPLOYMENT_TARGET_101000 = 10.10;
+MACOSX_DEPLOYMENT_TARGET_101100 = 10.11;
 
 WEBKIT_UMBRELLA_FRAMEWORKS_DIR = $(BUILT_PRODUCTS_DIR);
 
@@ -42,6 +43,7 @@
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_1080 = WebKitSystemInterfaceMountainLion;
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_1090 = WebKitSystemInterfaceMavericks;
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101000 = WebKitSystemInterfaceYosemite;
+WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101100 = $(WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_101000);
 
 OTHER_CFLAGS = $(inherited) $(ASAN_OTHER_CFLAGS);
 OTHER_CPLUSPLUSFLAGS = $(inherited) $(ASAN_OTHER_CPLUSPLUSFLAGS);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to