Bug 119242 - Remove using namespace std from SpatialNavigation
Summary: Remove using namespace std from SpatialNavigation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kwang Yul Seo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-30 02:54 PDT by Kwang Yul Seo
Modified: 2013-07-30 06:48 PDT (History)
1 user (show)

See Also:


Attachments
Patch (3.65 KB, patch)
2013-07-30 02:57 PDT, Kwang Yul Seo
tonikitoo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kwang Yul Seo 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.
Comment 1 Kwang Yul Seo 2013-07-30 02:57:29 PDT
Created attachment 207707 [details]
Patch
Comment 2 Kwang Yul Seo 2013-07-30 06:48:00 PDT
Committed r153469: <http://trac.webkit.org/changeset/153469>