Bug 128603

Summary: [EFL][WK2] Buildfix after bug128569
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Grzegorz Czajkowski <g.czajkowski>
Status: RESOLVED WORKSFORME    
Severity: Critical CC: andersca, benjamin, bunhere, bw80.lee, cdumez, commit-queue, g.czajkowski, gyuyoung.kim, gyuyoung.kim, k.czech, kling, ossy, sergio
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 128569    
Attachments:
Description Flags
Patch
none
patch for landing none

Csaba Osztrogonác
Reported 2014-02-11 08:26:15 PST
http://trac.webkit.org/changeset/163856 broke the EFL build, but it was reverted, because it broke regression tests on Mac. This bug is to fix the EFL build before or after relanding the patch in bug128569 cc Grzegorz who implemented the rest of TextCheckerEfl.cpp and other EFL developers.
Attachments
Patch (6.82 KB, patch)
2014-02-12 05:10 PST, Grzegorz Czajkowski
no flags
patch for landing (6.81 KB, patch)
2014-02-13 00:24 PST, Grzegorz Czajkowski
no flags
Grzegorz Czajkowski
Comment 1 2014-02-12 02:16:01 PST
Thanks. Seems that we need to apply StringView to TextCheckerEfl.cpp due to TextChecker.h is likely to use it. I'll take care of it.
Grzegorz Czajkowski
Comment 2 2014-02-12 05:10:23 PST
Anders Carlsson
Comment 3 2014-02-12 07:44:57 PST
Comment on attachment 223962 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=223962&action=review The patch in bug 128569 was rolled out, so this won't be needed until it's re-landed. > Source/WebKit2/UIProcess/efl/TextCheckerEfl.cpp:124 > +static unsigned nextWordOffset(const StringView& stringView, unsigned currentOffset) StringView should always be passed by value since it's such a small struct that it fits in two register.
Grzegorz Czajkowski
Comment 4 2014-02-13 00:24:41 PST
Created attachment 224051 [details] patch for landing
Csaba Osztrogonác
Comment 5 2014-12-03 07:54:14 PST
We don't need it anymore.
Note You need to log in before you can comment on or make changes to this bug.