Bug 196012

Summary: Open source arm64e code.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cdumez, cmarcelo, dbates, ews-watchlist, fpizlo, keith_miller, msaboff, rmorisset, saam, tzagallo, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch.
none
proposed patch. keith_miller: review+

Description Mark Lam 2019-03-20 10:15:40 PDT
Patch coming.
Comment 1 Radar WebKit Bug Importer 2019-03-20 10:16:03 PDT
<rdar://problem/49066237>
Comment 2 Mark Lam 2019-03-20 11:33:14 PDT
Created attachment 365365 [details]
proposed patch.
Comment 3 EWS Watchlist 2019-03-20 11:37:33 PDT
Attachment 365365 [details] did not pass style-queue:


ERROR: Source/WTF/wtf/PlatformRegisters.cpp:27:  Found other header before a header this file implements. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
ERROR: Source/WTF/wtf/PtrTag.cpp:27:  Found other header before a header this file implements. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
Total errors found: 2 in 30 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Mark Lam 2019-03-20 11:58:35 PDT
Created attachment 365378 [details]
proposed patch.
Comment 5 EWS Watchlist 2019-03-20 12:03:25 PDT
Attachment 365378 [details] did not pass style-queue:


ERROR: Source/WTF/wtf/PlatformRegisters.cpp:27:  Found other header before a header this file implements. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
ERROR: Source/WTF/wtf/PtrTag.cpp:27:  Found other header before a header this file implements. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
Total errors found: 2 in 30 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 6 Keith Miller 2019-03-20 12:03:26 PDT
Comment on attachment 365378 [details]
proposed patch.

r=me.
Comment 7 Mark Lam 2019-03-20 16:33:39 PDT
Thanks for the review.  Landed in r243254: <http://trac.webkit.org/r243254>.