Chromium Code Reviews
DescriptionRemove APPLE_ARMV7S-specific code from Blink.
Blink includes some code that is specific to the ARMv7s architecture,
intended for Apple devices, that predates the fork from WebKit. Blink is
not built for iOS devices and this code path is not tested.
This patch removes all references to the "CPU(APPLE_ARMV7S)" macro
(and equivalent "WTF_CPU_APPLE_ARMV7S") from the code, along with all
code gated by this macro. It does not, however, remove other references
to "defined(__ARM_ARCH_7S__)".
For more background, see
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/Z_ZPn1_Q5Z0/discussion
BUG=477892
Committed: https://crrev.com/0a3a4c9dfb3d7a54ff0fc47da4a00e60d49cee9c
Cr-Commit-Position: refs/heads/master@{#373393}
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|
|||||||||||||||||||||||||||||||||||||