Title: [254948] trunk/Source/WTF
- Revision
- 254948
- Author
- [email protected]
- Date
- 2020-01-22 15:25:46 -0800 (Wed, 22 Jan 2020)
Log Message
Remove unused enable macro ENABLE_JIT_CONSTANT_BLINDING
https://bugs.webkit.org/show_bug.cgi?id=206415
Patch by Sam Weinig <[email protected]> on 2020-01-22
Reviewed by Anders Carlsson.
* wtf/PlatformEnable.h:
ENABLE_JIT_CONSTANT_BLINDING is not used anywhere in WebKit so can be removed.
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (254947 => 254948)
--- trunk/Source/WTF/ChangeLog 2020-01-22 23:12:57 UTC (rev 254947)
+++ trunk/Source/WTF/ChangeLog 2020-01-22 23:25:46 UTC (rev 254948)
@@ -1,3 +1,13 @@
+2020-01-22 Sam Weinig <[email protected]>
+
+ Remove unused enable macro ENABLE_JIT_CONSTANT_BLINDING
+ https://bugs.webkit.org/show_bug.cgi?id=206415
+
+ Reviewed by Anders Carlsson.
+
+ * wtf/PlatformEnable.h:
+ ENABLE_JIT_CONSTANT_BLINDING is not used anywhere in WebKit so can be removed.
+
2020-01-22 Yusuke Suzuki <[email protected]>
[JSC] DateMath should accept more ISO-8601 timezone designators even if they are not included in ECMA262 to produce expected results in the wild code
Modified: trunk/Source/WTF/wtf/PlatformEnable.h (254947 => 254948)
--- trunk/Source/WTF/wtf/PlatformEnable.h 2020-01-22 23:12:57 UTC (rev 254947)
+++ trunk/Source/WTF/wtf/PlatformEnable.h 2020-01-22 23:25:46 UTC (rev 254948)
@@ -224,11 +224,6 @@
#define ENABLE_META_VIEWPORT 1
#endif
-/* FIXME: This seems unused. If so, it should be removed. */
-#if CPU(ARM64)
-#define ENABLE_JIT_CONSTANT_BLINDING 0
-#endif
-
#endif /* PLATFORM(IOS_FAMILY) */
/* --------- Apple watchOS port --------- */
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes