Bug 38904

Summary: Fix ScrollbarEfl build
Product: WebKit Reporter: Lucas De Marchi <lucas.de.marchi>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: barbieri, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Fix ScrollbarEfl none

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.