[Webkit-unassigned] [Bug 214196] New: Removing usage of "using namespace WebCore" from TextTrackRepresentationCocoa.mm

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 10 13:57:56 PDT 2020


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

            Bug ID: 214196
           Summary: Removing usage of "using namespace WebCore" from
                    TextTrackRepresentationCocoa.mm
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Text
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: guowei_yang at apple.com
                CC: mmaxfield at apple.com

Removing the usage of using namespace WebCore from TextTrackRepresentationCocoa.mm, replace it with WebCore:: prefix, and use namespace WebCore { } block for C++ function implementations. 
This is to avoid potential namespace errors caused by unified source.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200710/f9fbdd5f/attachment.htm>


More information about the webkit-unassigned mailing list