Bug 89488

Summary: [GTK] Replace the use of "struct stat" with GStatBuf
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
Patch none

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.