Title: [195603] trunk/Source/WebCore
- Revision
- 195603
- Author
- [email protected]
- Date
- 2016-01-26 11:28:32 -0800 (Tue, 26 Jan 2016)
Log Message
Rubber-stamped by Tim Horton.
Add one more bit of SPI.
* platform/spi/mac/NSSpellCheckerSPI.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (195602 => 195603)
--- trunk/Source/WebCore/ChangeLog 2016-01-26 19:12:37 UTC (rev 195602)
+++ trunk/Source/WebCore/ChangeLog 2016-01-26 19:28:32 UTC (rev 195603)
@@ -1,3 +1,10 @@
+2016-01-26 Beth Dakin <[email protected]>
+
+ Rubber-stamped by Tim Horton.
+
+ Add one more bit of SPI.
+ * platform/spi/mac/NSSpellCheckerSPI.h:
+
2016-01-26 Olivier Blin <[email protected]>
Fix build with ENABLE_DEVICE_ORIENTATION on non-iOS platforms
Modified: trunk/Source/WebCore/platform/spi/mac/NSSpellCheckerSPI.h (195602 => 195603)
--- trunk/Source/WebCore/platform/spi/mac/NSSpellCheckerSPI.h 2016-01-26 19:12:37 UTC (rev 195602)
+++ trunk/Source/WebCore/platform/spi/mac/NSSpellCheckerSPI.h 2016-01-26 19:28:32 UTC (rev 195603)
@@ -32,6 +32,7 @@
@interface NSSpellChecker ()
- (NSInteger)requestCandidatesForSelectedRange:(NSRange)selectedRange inString:(NSString *)stringToCheck types:(NSTextCheckingTypes)checkingTypes options:(NSDictionary<NSString *, id> *)options inSpellDocumentWithTag:(NSInteger)tag completionHandler:(void (^)(NSInteger sequenceNumber, NSArray<NSTextCheckingResult *> *candidates))completionHandler;
- (BOOL)deletesAutospaceBeforeString:(NSString *)string language:(NSString *)language;
++ (BOOL)isAutomaticTextCompletionEnabled;
@end
#endif // PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 102000
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes