Bug 66151 - Patch to fix non-pthreads GTK build after r91906
Summary: Patch to fix non-pthreads GTK build after r91906
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-12 12:03 PDT by Kalev Lember
Modified: 2011-08-12 15:33 PDT (History)
3 users (show)

See Also:


Attachments
[GTK] Fix non-pthreads build after r91906. (1.12 KB, patch)
2011-08-12 12:05 PDT, Kalev Lember
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kalev Lember 2011-08-12 12:03:29 PDT
r91906 broke the non-pthreads GTK+ build by including a header which
doesn't exist. Fix it by including DateMath.h instead of DateMap.h.
Comment 1 Kalev Lember 2011-08-12 12:05:07 PDT
Created attachment 103786 [details]
[GTK] Fix non-pthreads build after r91906.
Comment 2 Dmitry Lomov 2011-08-12 12:55:40 PDT
(In reply to comment #1)
> Created an attachment (id=103786) [details]
> [GTK] Fix non-pthreads build after r91906.

This looks good to me but I am not a reviewer and David is away.
Comment 3 WebKit Review Bot 2011-08-12 15:32:56 PDT
Comment on attachment 103786 [details]
[GTK] Fix non-pthreads build after r91906.

Clearing flags on attachment: 103786

Committed r93004: <http://trac.webkit.org/changeset/93004>
Comment 4 WebKit Review Bot 2011-08-12 15:33:00 PDT
All reviewed patches have been landed.  Closing bug.