+ return [_wkView _topContentInset];
+}
+
+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
+
+- (void)_setAutomaticallyAdjustsContentInsets:(BOOL)automaticallyAdjustsContentInsets
+{
+ [_wkView _setAutomaticallyAdjustsContentInsets:automaticallyAdjustsContentInsets];