Bug 119242

Summary: Remove using namespace std from SpatialNavigation
Product: WebKit Reporter: Kwang Yul Seo <skyul>
Component: WebCore Misc.Assignee: Kwang Yul Seo <skyul>
Status: RESOLVED FIXED    
Severity: Normal CC: tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch tonikitoo: review+

Kwang Yul Seo
Reported 2013-07-30 02:54:38 PDT
"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.
Attachments
Patch (3.65 KB, patch)
2013-07-30 02:57 PDT, Kwang Yul Seo
tonikitoo: review+
Kwang Yul Seo
Comment 1 2013-07-30 02:57:29 PDT
Kwang Yul Seo
Comment 2 2013-07-30 06:48:00 PDT
Note You need to log in before you can comment on or make changes to this bug.