Bug 11262

Summary: Fix gdk build, make curl networking depndent on USE(CURL)
Product: WebKit Reporter: Krzysztof Kowalczyk <kkowalczyk>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Fix gdk build etc. mjs: review+

Krzysztof Kowalczyk
Reported 2006-10-12 03:58:25 PDT
See attached patch.
Attachments
Fix gdk build etc. (4.32 KB, patch)
2006-10-12 04:01 PDT, Krzysztof Kowalczyk
mjs: review+
Krzysztof Kowalczyk
Comment 1 2006-10-12 04:01:10 PDT
Created attachment 11044 [details] Fix gdk build etc. This patch: * makes CURL networking dependent on USE(CURL) instead of PLATFORM(GDK), so that other platforms can also use CURL, if they wish. * fixes GDK build by defining FrameGdkClient() constructor as non-virtual. Pure virtual classes require non-pure destructor. Who knew. * silences compiler warning about unused variable in SharedTimerLinux.cpp
Maciej Stachowiak
Comment 2 2006-10-12 19:03:22 PDT
Comment on attachment 11044 [details] Fix gdk build etc. r=me
Mark Rowe (bdash)
Comment 3 2006-10-14 02:44:48 PDT
Landed in r17055.
Note You need to log in before you can comment on or make changes to this bug.