Summary: | [Gtk] Build fails with gtk+-2.10 (no tested with older releases) | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Cyprien Nicolas <c.nicolas> | ||||
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | christian, jmalonzo, webkit.review.bot | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | PC | ||||||
OS: | Linux | ||||||
Attachments: |
|
Description
Cyprien Nicolas
2009-11-02 08:08:10 PST
The requirement of 2.10 is actually correct. The call to the new function should be guarded by #ifdefs instead. Created attachment 44437 [details]
Guard GTK+ 2.12 specific tooltip code with #ifdef.
Attachment 44437 [details] did not pass style-queue:
Failed to run "WebKitTools/Scripts/check-webkit-style" exit_code: 1
WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp:445: Missing space after , [whitespace/comma] [3]
Total errors found: 1
Comment on attachment 44437 [details] Guard GTK+ 2.12 specific tooltip code with #ifdef. > + [Gtk] Build fails with gtk+-2.10 (no tested with older releases) s/no/not/ ? and I have no idea what the style check script is aiming at... 2009-12-13 Christian Dywan <christian@twotoasts.de> Reviewed by Holger Freyther. http://bugs.webkit.org/show_bug.cgi?id=31014 [Gtk] Build fails with gtk+-2.10 (no tested with older releases) Guard GTK+ 2.12 specific tooltip code with #ifdef. * WebCoreSupport/ChromeClientGtk.cpp: (WebKit::ChromeClient::mouseDidMoveOverElement): |