Bug 126796

Summary: [iOS] Fix PlatformScreenIOS.mm for iOS
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: joepeck, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Joseph Pecoraro
Reported 2014-01-10 17:16:56 PST
Build errors: Source/WebCore/platform/ios/PlatformScreenIOS.mm:39:5: error: no previous prototype for function 'screenHorizontalDPI' [-Werror,-Wmissing-prototypes] int screenHorizontalDPI(Widget*) Source/WebCore/platform/ios/PlatformScreenIOS.mm:45:5: error: no previous prototype for function 'screenVerticalDPI' [-Werror,-Wmissing-prototypes] int screenVerticalDPI(Widget*)
Attachments
[PATCH] Proposed Fix (1.95 KB, patch)
2014-01-10 17:18 PST, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2014-01-10 17:18:39 PST
Created attachment 220909 [details] [PATCH] Proposed Fix
Joseph Pecoraro
Comment 2 2014-01-10 17:20:50 PST
Comment on attachment 220909 [details] [PATCH] Proposed Fix Ahh, we are just landing build fixes unreviewed. Closing out this bug!
Joseph Pecoraro
Comment 3 2014-01-10 17:34:04 PST
Note You need to log in before you can comment on or make changes to this bug.