[Webkit-unassigned] [Bug 45789] WebKit should use system wide spell checking preference when application specific one isn't set.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 17 00:14:24 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=45789


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #67884|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #12 from mitz at webkit.org  2010-09-17 00:14:24 PST ---
(From update of attachment 67884)
View in context: https://bugs.webkit.org/attachment.cgi?id=67884&action=prettypatch

> WebKit/mac/WebView/WebView.mm:109
> +#if !defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD) && !defined(BUILDING_ON_SNOW_LEOPARD)
> +#import <AppKit/NSTextChecker.h>
> +#endif

When an #import or #include directive is in an #if block, that block usually appears as a separate paragraph after the main #import paragraph. I will make this change when I land the patch.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list