RESOLVED FIXED 126796
[iOS] Fix PlatformScreenIOS.mm for iOS
https://bugs.webkit.org/show_bug.cgi?id=126796
Summary [iOS] Fix PlatformScreenIOS.mm for iOS
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.