Bug 123161 - [WinCairo] Compile error.
Summary: [WinCairo] Compile error.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-22 07:03 PDT by peavo
Modified: 2013-10-22 10:11 PDT (History)
8 users (show)

See Also:


Attachments
Patch (1.27 KB, patch)
2013-10-22 07:11 PDT, peavo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description peavo 2013-10-22 07:03:09 PDT
I get the following compile error:

webcore\rendering\RenderFlowThread.h(81): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

The type RenderRegionList is undefined.
Comment 1 peavo 2013-10-22 07:11:49 PDT
Created attachment 214855 [details]
Patch
Comment 2 Mihnea Ovidenie 2013-10-22 08:22:15 PDT
I believe RenderLayerList definition is used only when ACCELERATED_COMPOSITING is defined, as opposed to RenderRegionList.
Comment 3 Brent Fulgham 2013-10-22 09:47:16 PDT
Comment on attachment 214855 [details]
Patch

r=me
Comment 4 Mihai Maerean 2013-10-22 09:56:23 PDT
thanks for fixing this.
Comment 5 WebKit Commit Bot 2013-10-22 10:11:21 PDT
Comment on attachment 214855 [details]
Patch

Clearing flags on attachment: 214855

Committed r157799: <http://trac.webkit.org/changeset/157799>
Comment 6 WebKit Commit Bot 2013-10-22 10:11:23 PDT
All reviewed patches have been landed.  Closing bug.