Bug 77808

Summary: [GTK] CurrentTime: Reorder headers for win32
Product: WebKit Reporter: Kalev Lember <kalevlember>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[GTK] CurrentTime: Reorder headers for win32 none

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.