[Webkit-unassigned] [Bug 119242] New: Remove using namespace std from SpatialNavigation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 30 02:54:52 PDT 2013


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

           Summary: Remove using namespace std from SpatialNavigation
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: skyul at company100.net


"using namespace" statements in headers are dangerous and should be avoided. check-webkit-style has been changed to flag them as an error since r152719. Use explicit std:: qualifiers instead.

See Bug 57241 for the background.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list