Bug 101228 - [EFL] Use POSIX implementation of SharedBuffer::createWithContentsOfFile()
Summary: [EFL] Use POSIX implementation of SharedBuffer::createWithContentsOfFile()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-05 09:00 PST by Chris Dumez
Modified: 2012-11-05 09:33 PST (History)
7 users (show)

See Also:


Attachments
Patch (4.11 KB, patch)
2012-11-05 09:04 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2012-11-05 09:00:54 PST
The EFL port currently has its own implementation of SharedBuffer::createWithContentsOfFile(), which is pretty much the same as the POSIX one. We should therefore, reuse the POSIX implementation instead of duplicating the code.
Comment 1 Chris Dumez 2012-11-05 09:04:58 PST
Created attachment 172350 [details]
Patch
Comment 2 WebKit Review Bot 2012-11-05 09:33:54 PST
Comment on attachment 172350 [details]
Patch

Clearing flags on attachment: 172350

Committed r133488: <http://trac.webkit.org/changeset/133488>
Comment 3 WebKit Review Bot 2012-11-05 09:33:58 PST
All reviewed patches have been landed.  Closing bug.