Bug 126796 - [iOS] Fix PlatformScreenIOS.mm for iOS
Summary: [iOS] Fix PlatformScreenIOS.mm for iOS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-10 17:16 PST by Joseph Pecoraro
Modified: 2014-01-10 17:34 PST (History)
2 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (1.95 KB, patch)
2014-01-10 17:18 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 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*)
Comment 1 Joseph Pecoraro 2014-01-10 17:18:39 PST
Created attachment 220909 [details]
[PATCH] Proposed Fix
Comment 2 Joseph Pecoraro 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!
Comment 3 Joseph Pecoraro 2014-01-10 17:34:04 PST
This landed as. <http://trac.webkit.org/changeset/161704>