Bug 133956 - Avoid Vector<char> copies in the OffsetBuffer constructor
Summary: Avoid Vector<char> copies in the OffsetBuffer constructor
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zan Dobersek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-16 15:02 PDT by Zan Dobersek
Modified: 2014-06-17 00:48 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.98 KB, patch)
2014-06-16 15:03 PDT, Zan Dobersek
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2014-06-16 15:02:17 PDT
Avoid Vector<char> copies in the OffsetBuffer constructor
Comment 1 Zan Dobersek 2014-06-16 15:03:20 PDT
Created attachment 233184 [details]
Patch
Comment 2 WebKit Commit Bot 2014-06-16 15:04:17 PDT
Attachment 233184 [details] did not pass style-queue:


ERROR: Source/WebCore/ChangeLog:8:  You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible.  [changelog/nonewtests] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Zan Dobersek 2014-06-17 00:48:17 PDT
Committed r170050: <http://trac.webkit.org/changeset/170050>