* platform/mac/ScrollViewMac.mm:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@171905
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-07-31 Timothy Horton <timothy_horton@apple.com>
+
+ Build fix for platforms where we should have automaticallyAdjustsContentInsets but it isn't public yet
+
+ * platform/mac/ScrollViewMac.mm:
+
2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
[EFL] Add support for building with Geoclue2.
@interface NSScrollView (Details)
- (NSEdgeInsets)contentInsets;
+@property BOOL automaticallyAdjustsContentInsets;
@end
@interface NSWindow (WebWindowDetails)