[Webkit-unassigned] [Bug 150109] New: AtomicString.h cannot be imported by files compiled using ARC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 13 17:56:16 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=150109

            Bug ID: 150109
           Summary: AtomicString.h cannot be imported by files compiled
                    using ARC
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: conrad_shultz at apple.com

In AtomicString.h, there is:

AtomicString::AtomicString(NSString* s) : m_string(AtomicStringImpl::add((CFStringRef)s)) {}

Toll-free bridging under ARC requires a bridge cast, which prevents AtomicString.h (and any headers which include it) from being imported by files compiled under ARC.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151014/a1d0b933/attachment.html>


More information about the webkit-unassigned mailing list