RESOLVED FIXED 119242
Remove using namespace std from SpatialNavigation
https://bugs.webkit.org/show_bug.cgi?id=119242
Summary Remove using namespace std from SpatialNavigation
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.