Changeset 230352 in webkit


Ignore:
Timestamp:
Apr 6, 2018 12:43:34 PM (6 years ago)
Author:
Brent Fulgham
Message:

Unreviewed test fix after r230323

  • platform/mac/PlatformScreenMac.mm:

(WebCore::screenSupportsExtendedColor): Remove assertion hit during test runs.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r230351 r230352  
     12018-04-06  Brent Fulgham  <bfulgham@apple.com>
     2
     3        Unreviewed test fix after r230323
     4
     5        * platform/mac/PlatformScreenMac.mm:
     6        (WebCore::screenSupportsExtendedColor): Remove assertion hit during test runs.
     7
    182018-04-06  Brent Fulgham  <bfulgham@apple.com>
    29
  • trunk/Source/WebCore/platform/mac/PlatformScreenMac.mm

    r230351 r230352  
    230230        return false;
    231231
    232     RELEASE_ASSERT(hasProcessPrivilege(ProcessPrivilege::CanCommunicateWithWindowServer));
     232    // FIXME: <https://webkit.org/b/184364> We should assert here if in WebContent process.
    233233    return [screen(widget) canRepresentDisplayGamut:NSDisplayGamutP3];
    234234}
Note: See TracChangeset for help on using the changeset viewer.