Title: [228534] trunk/Source/WebCore
- Revision
- 228534
- Author
- [email protected]
- Date
- 2018-02-15 15:00:44 -0800 (Thu, 15 Feb 2018)
Log Message
Fix the build.
* platform/ios/KeyEventCodesIOS.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (228533 => 228534)
--- trunk/Source/WebCore/ChangeLog 2018-02-15 22:34:16 UTC (rev 228533)
+++ trunk/Source/WebCore/ChangeLog 2018-02-15 23:00:44 UTC (rev 228534)
@@ -1,3 +1,9 @@
+2018-02-15 Timothy Horton <[email protected]>
+
+ Fix the build.
+
+ * platform/ios/KeyEventCodesIOS.h:
+
2018-02-15 John Wilander <[email protected]>
Resource Load Statistics: Make sure WebResourceLoadStatisticsStore::mergeWithDataFromDecoder() can ingest older plist versions and not reset the database
Modified: trunk/Source/WebCore/platform/ios/KeyEventCodesIOS.h (228533 => 228534)
--- trunk/Source/WebCore/platform/ios/KeyEventCodesIOS.h 2018-02-15 22:34:16 UTC (rev 228533)
+++ trunk/Source/WebCore/platform/ios/KeyEventCodesIOS.h 2018-02-15 23:00:44 UTC (rev 228534)
@@ -25,7 +25,7 @@
#pragma once
-#if TARGET_OS_IOS
+#if TARGET_OS_IPHONE
// Unicodes we reserve for function keys on the keyboard,
// OpenStep reserves the range 0xF700-0xF8FF for this purpose.
@@ -119,4 +119,4 @@
NSDeleteCharacter = 0x007f
};
-#endif // TARGET_OS_IOS
+#endif // TARGET_OS_IPHONE
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes