⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 286646 in webkit


Ignore:
Timestamp:
Dec 8, 2021, 12:28:46 AM (5 years ago)
Author:
Diego Pino Garcia
Message:

REGRESSION(r286556): DeviceOrientationUpdateProvider.h is only available in iOS
https://bugs.webkit.org/show_bug.cgi?id=233991

Unreviewed build fix.

  • page/PageConfiguration.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r286644 r286646  
     12021-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
    1102021-12-07  Youenn Fablet  <youenn@apple.com>
    211
  • trunk/Source/WebCore/page/PageConfiguration.h

    r286556 r286646  
    3939#endif
    4040
    41 #if ENABLE(DEVICE_ORIENTATION)
     41#if PLATFORM(IOS_FAMILY) && ENABLE(DEVICE_ORIENTATION)
    4242#include "DeviceOrientationUpdateProvider.h"
    4343#endif
Note: See TracChangeset for help on using the changeset viewer.