Bug 55747 - [EFL] Fix build break on R80324
Summary: [EFL] Fix build break on R80324
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-03 22:24 PST by Gyuyoung Kim
Modified: 2011-03-04 02:02 PST (History)
0 users

See Also:


Attachments
Patch (1.25 KB, patch)
2011-03-03 22:25 PST, Gyuyoung Kim
gyuyoung.kim: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2011-03-03 22:24:20 PST
Hmm, efl ews didn't find this break in bug. :(

[  9%] Building CXX object WebCore/CMakeFiles/webcore_efl.dir/platform/efl/RenderThemeEfl.cpp.o
/mnt/buildbot/efl-linux-slave-1/efl-linux-release/build/Source/WebCore/platform/efl/RenderThemeEfl.cpp: In member function ‘bool WebCore::RenderThemeEfl::paintThemePart(WebCore::RenderObject*, WebCore::FormType, const WebCore::PaintInfo&, const WebCore::IntRect&)’:
/mnt/buildbot/efl-linux-slave-1/efl-linux-release/build/Source/WebCore/platform/efl/RenderThemeEfl.cpp:302: error: ‘o’ was not declared in this scope
make[2]: *** [WebCore/CMakeFiles/webcore_efl.dir/platform/efl/RenderThemeEfl.cpp.o] Error 1
Comment 1 Gyuyoung Kim 2011-03-03 22:25:40 PST
Created attachment 84690 [details]
Patch
Comment 2 Gyuyoung Kim 2011-03-04 02:02:01 PST
This break was resolved.