WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kwang Yul Seo
Comment 1
2013-07-30 02:57:29 PDT
Created
attachment 207707
[details]
Patch
Kwang Yul Seo
Comment 2
2013-07-30 06:48:00 PDT
Committed
r153469
: <
http://trac.webkit.org/changeset/153469
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug