WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
109652
Unnecessary and confusing includes in StreamBuffer.h
https://bugs.webkit.org/show_bug.cgi?id=109652
Summary
Unnecessary and confusing includes in StreamBuffer.h
Takeshi Yoshino
Reported
2013-02-12 19:57:59 PST
StreamBuffer.h is using OwnPtr for storing Vectors into a Deque. FixedArray.h and PassOwnPtr.h are included but not used. VectorTraits defines how to move OwnPtr in Vector. It's done by memcpy. So, there's no need for PassOwnPtr (Deque<PassOwnPtr<Vector<char> > > is even slower).
Attachments
Patch
(1.29 KB, patch)
2013-02-12 20:10 PST
,
Takeshi Yoshino
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Takeshi Yoshino
Comment 1
2013-02-12 20:10:52 PST
Created
attachment 187995
[details]
Patch
WebKit Review Bot
Comment 2
2013-02-12 21:18:56 PST
Comment on
attachment 187995
[details]
Patch Clearing flags on attachment: 187995 Committed
r142718
: <
http://trac.webkit.org/changeset/142718
>
WebKit Review Bot
Comment 3
2013-02-12 21:18:59 PST
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