[Webkit-unassigned] [Bug 109652] New: Unnecessary and confusing includes in StreamBuffer.h
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 12 19:55:45 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=109652
Summary: Unnecessary and confusing includes in StreamBuffer.h
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Template Framework
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: tyoshino at google.com
CC: toyoshim at chromium.org
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).
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list