Bug 66046

Summary: Remove a superfluous 'using' from WebBindings.cpp
Product: WebKit Reporter: Steve Block <steveblock>
Component: New BugsAssignee: Steve Block <steveblock>
Status: RESOLVED FIXED    
Severity: Normal CC: steveblock, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.