Bug 77808 - [GTK] CurrentTime: Reorder headers for win32
Summary: [GTK] CurrentTime: Reorder headers for win32
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: 2012-02-04 03:25 PST by Kalev Lember
Modified: 2012-02-04 14:44 PST (History)
1 user (show)

See Also:


Attachments
[GTK] CurrentTime: Reorder headers for win32 (2.40 KB, patch)
2012-02-04 03:26 PST, 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 2012-02-04 03:25:03 PST
In GTK+ win32 port, monotonicallyIncreasingTime() implementation is
based on g_get_monotonic_time(). Reorder headers to make sure glib.h
gets included even when the platform is win32.

CurrentTime.cpp: In function 'double WTF::monotonicallyIncreasingTime()':
CurrentTime.cpp:321:53: error: 'g_get_monotonic_time' was not declared in this scope
CurrentTime.cpp:322:1: warning: control reaches end of non-void function [-Wreturn-type]
Comment 1 Kalev Lember 2012-02-04 03:26:31 PST
Created attachment 125489 [details]
[GTK] CurrentTime: Reorder headers for win32
Comment 2 WebKit Review Bot 2012-02-04 14:44:53 PST
Comment on attachment 125489 [details]
[GTK] CurrentTime: Reorder headers for win32

Clearing flags on attachment: 125489

Committed r106745: <http://trac.webkit.org/changeset/106745>
Comment 3 WebKit Review Bot 2012-02-04 14:44:57 PST
All reviewed patches have been landed.  Closing bug.