(WebCore::FrameMac::advanceToNextMisspelling):
build fix: needed #ifndef BUILDING_ON_TIGER in one more place
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@17477
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-10-31 John Sullivan <sullivan@apple.com>
+
+ * bridge/mac/FrameMac.mm:
+ (WebCore::FrameMac::advanceToNextMisspelling):
+ build fix: needed #ifndef BUILDING_ON_TIGER in one more place
+
2006-10-30 John Sullivan <sullivan@apple.com>
Reviewed by Adam Roben
if (markMisspelling)
[checker updateSpellingPanelWithMisspelledWord:[chunk substringWithRange:misspellingNSRange]];
+#ifndef BUILDING_ON_TIGER
else
[checker updateSpellingPanelWithGrammarString:[chunk substringWithRange:badGrammarNSRange] detail:grammarDetail];
+#endif
[chunk release];
return;