Changeset 286646 in webkit
- Timestamp:
- Dec 8, 2021, 12:28:46 AM (5 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
page/PageConfiguration.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r286644 r286646 1 2021-12-08 Diego Pino Garcia <dpino@igalia.com> 2 3 REGRESSION(r286556): DeviceOrientationUpdateProvider.h is only available in iOS 4 https://bugs.webkit.org/show_bug.cgi?id=233991 5 6 Unreviewed build fix. 7 8 * page/PageConfiguration.h: 9 1 10 2021-12-07 Youenn Fablet <youenn@apple.com> 2 11 -
trunk/Source/WebCore/page/PageConfiguration.h
r286556 r286646 39 39 #endif 40 40 41 #if ENABLE(DEVICE_ORIENTATION)41 #if PLATFORM(IOS_FAMILY) && ENABLE(DEVICE_ORIENTATION) 42 42 #include "DeviceOrientationUpdateProvider.h" 43 43 #endif
Note:
See TracChangeset
for help on using the changeset viewer.