Bug 186398

Summary: [Cocoa] Turn on ARC for the single Objective-C++ source file in bmalloc
Product: WebKit Reporter: Darin Adler <darin>
Component: bmallocAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, dbates, fpizlo, ggaren, mitz, saam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch saam: review+

Description Darin Adler 2018-06-07 09:22:23 PDT
[Cocoa] Turn on ARC for the single Objective-C++ source file in bmalloc
Comment 1 Darin Adler 2018-06-07 09:23:51 PDT
Created attachment 342175 [details]
Patch
Comment 2 Darin Adler 2018-06-07 09:25:38 PDT
Comment on attachment 342175 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=342175&action=review

> Source/bmalloc/bmalloc/ProcessCheck.mm:37
> +    // If we wanted to make it efficient to call mroe than once, we could memoize the result in a global boolean.

Oops, I’ll fix my "mroe" typo.
Comment 3 Darin Adler 2018-06-08 10:24:06 PDT
Committed r232626: <https://trac.webkit.org/changeset/232626>
Comment 4 Radar WebKit Bug Importer 2018-06-08 10:25:20 PDT
<rdar://problem/40941316>