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
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
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.