Bug 192634

Summary: Make DocumentMarker::allMarkers() constexpr
Product: WebKit Reporter: Daniel Bates <dbates>
Component: WebCore Misc.Assignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, esprehn+autocc, ews-watchlist, kangil.han, simon.fraser, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch none

Description Daniel Bates 2018-12-12 11:24:23 PST
We should annotate DocumentMarker::allMarkers() with constexpr since its result can be computed at compile-time.
Comment 1 Daniel Bates 2018-12-12 11:26:01 PST
Created attachment 357153 [details]
Patch
Comment 2 Daniel Bates 2018-12-17 10:46:36 PST
Created attachment 357449 [details]
Patch
Comment 3 Daniel Bates 2018-12-17 13:48:04 PST
Comment on attachment 357449 [details]
Patch

Clearing flags on attachment: 357449

Committed r239289: <https://trac.webkit.org/changeset/239289>
Comment 4 Daniel Bates 2018-12-17 13:48:06 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2018-12-17 13:49:24 PST
<rdar://problem/46788754>