* WebKitSystemInterface.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61561
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2010-06-21 Dan Bernstein <mitz@apple.com>
+ Speculative build fix.
+
+ * WebKitSystemInterface.h:
+
+2010-06-21 Dan Bernstein <mitz@apple.com>
+
Reviewed by Darin Adler.
WebKitSystemInterface part of CSS3: Implement the 'hyphens' and 'hyphenate-character' properties
void WKSyncSurfaceToView(NSView *view);
#endif
+#if defined(BUILDING_ON_TIGER) || defined(BUILDING_ON_LEOPARD) || defined(BUILDING_ON_SNOW_LEOPARD)
CFIndex WKGetHyphenationLocationBeforeIndex(CFStringRef string, CFIndex index);
+#endif
#ifdef __cplusplus
}