Bug 38904 - Fix ScrollbarEfl build
Summary: Fix ScrollbarEfl build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-11 06:27 PDT by Lucas De Marchi
Modified: 2010-05-12 02:12 PDT (History)
2 users (show)

See Also:


Attachments
Fix ScrollbarEfl (1.31 KB, patch)
2010-05-11 06:31 PDT, Lucas De Marchi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas De Marchi 2010-05-11 06:27:57 PDT
ScrollbarEfl.cpp can't be compiled with GCC 4.5.

Use ScrollbarEfl instead of ScrollbarEfl::ScrollbarEfl.

Attached patch fixes this.
Comment 1 Lucas De Marchi 2010-05-11 06:31:08 PDT
Created attachment 55697 [details]
Fix ScrollbarEfl
Comment 2 Jeremy Orlow 2010-05-11 07:10:37 PDT
Comment on attachment 55697 [details]
Fix ScrollbarEfl

r=me

WebCore/platform/efl/ScrollbarEfl.cpp:68
 +      ScrollbarEfl* that = static_cast<ScrollbarEfl*>(data);
This is a poor name, but you didn't make it any worse and this is a build fix so....
Comment 3 WebKit Commit Bot 2010-05-12 02:12:50 PDT
Comment on attachment 55697 [details]
Fix ScrollbarEfl

Clearing flags on attachment: 55697

Committed r59218: <http://trac.webkit.org/changeset/59218>
Comment 4 WebKit Commit Bot 2010-05-12 02:12:55 PDT
All reviewed patches have been landed.  Closing bug.