Bug 133956

Summary: Avoid Vector<char> copies in the OffsetBuffer constructor
Product: WebKit Reporter: Zan Dobersek <zan>
Component: New BugsAssignee: Zan Dobersek <zan>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

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>