WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
66046
Remove a superfluous 'using' from WebBindings.cpp
https://bugs.webkit.org/show_bug.cgi?id=66046
Summary
Remove a superfluous 'using' from WebBindings.cpp
Steve Block
Reported
2011-08-11 04:59:59 PDT
Remove a superfluous 'using' from WebBindings.cpp
Attachments
Patch
(1.15 KB, patch)
2011-08-11 05:06 PDT
,
Steve Block
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Steve Block
Comment 1
2011-08-11 05:05:09 PDT
#if USE(JAVASCRIPTCORE_BINDINGS) using JSC::Bindings::PrivateIdentifier; #endif JAVASCRIPTCORE_BINDINGS was removed in
https://bugs.webkit.org/show_bug.cgi?id=20620
and the namespace of PrivateIdentifier is incorrect.
Steve Block
Comment 2
2011-08-11 05:06:40 PDT
Created
attachment 103603
[details]
Patch
WebKit Review Bot
Comment 3
2011-08-18 04:52:59 PDT
Comment on
attachment 103603
[details]
Patch Clearing flags on attachment: 103603 Committed
r93299
: <
http://trac.webkit.org/changeset/93299
>
WebKit Review Bot
Comment 4
2011-08-18 04:53:04 PDT
All reviewed patches have been landed. Closing bug.
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