Bug 89488 - [GTK] Replace the use of "struct stat" with GStatBuf
Summary: [GTK] Replace the use of "struct stat" with GStatBuf
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-06-19 11:31 PDT by Kalev Lember
Modified: 2012-06-21 11:22 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.13 KB, patch)
2012-06-19 11:34 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 2012-06-19 11:31:49 PDT
Make sure we pass GStatBuf to g_stat(); depending on the platform, it isn't always the same as "struct stat", e.g. on Windows.
Comment 1 Kalev Lember 2012-06-19 11:34:42 PDT
Created attachment 148372 [details]
Patch
Comment 2 WebKit Review Bot 2012-06-21 11:22:03 PDT
Comment on attachment 148372 [details]
Patch

Clearing flags on attachment: 148372

Committed r120950: <http://trac.webkit.org/changeset/120950>
Comment 3 WebKit Review Bot 2012-06-21 11:22:14 PDT
All reviewed patches have been landed.  Closing bug.