Bug 114545 - Missing guards for #if ENABLE(THREADED_SCROLLING) causing build failures
Summary: Missing guards for #if ENABLE(THREADED_SCROLLING) causing build failures
Status: RESOLVED DUPLICATE of bug 114525
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-12 16:37 PDT by Mark Salisbury
Modified: 2013-04-14 15:54 PDT (History)
1 user (show)

See Also:


Attachments
Proposed fix (7.70 KB, patch)
2013-04-12 16:48 PDT, Mark Salisbury
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Salisbury 2013-04-12 16:37:58 PDT
When 148197 landed (see https://bugs.webkit.org/show_bug.cgi?id=114353), it broke the GTK+ builds and is also causing me trouble (trying to create a patch now to build WinCairo using cmake).

I think adding #if USE(THREADED_SCROLLING) guards makes sense to resolve the problem.  Working on a patch now...
Comment 1 Mark Salisbury 2013-04-12 16:48:44 PDT
Created attachment 197908 [details]
Proposed fix
Comment 2 Martin Robinson 2013-04-12 17:02:03 PDT
My apologies, I already fixed this but neglected to link it on the original bug!

*** This bug has been marked as a duplicate of bug 114525 ***