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

Changeset 242998 in webkit


Ignore:
Timestamp:
Mar 15, 2019, 9:50:25 AM (7 years ago)
Author:
Antti Koivisto
Message:

Try to fix watchOS build.

  • platform/graphics/Region.h:

(WebCore::Region::Span::decode):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r242997 r242998  
     12019-03-15  Antti Koivisto  <antti@apple.com>
     2
     3        Try to fix watchOS build.
     4
     5        * platform/graphics/Region.h:
     6        (WebCore::Region::Span::decode):
     7
    182019-03-15  Simon Fraser  <simon.fraser@apple.com>
    29
  • trunk/Source/WebCore/platform/graphics/Region.h

    r242995 r242998  
    228228        return { };
    229229
    230     return { { *y, *segmentIndex } };
     230    return { { *y, static_cast<size_t>(*segmentIndex) } };
    231231}
    232232
Note: See TracChangeset for help on using the changeset viewer.