WebKit Bugzilla
Attachment 347704 Details for
Bug 188818
: Cleanup: Remove unused file-local static variable from TextCheckerIOS.mm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-188818-20180821145416.patch (text/plain), 1.30 KB, created by
Daniel Bates
on 2018-08-21 14:54:17 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Daniel Bates
Created:
2018-08-21 14:54:17 PDT
Size:
1.30 KB
patch
obsolete
>Subversion Revision: 234848 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 17b8bea6d3c23947195a8cdf1ed7a559ccafd8b5..18c525c04cfdae953d1ffce6da6587a21cccabe6 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,13 @@ >+2018-08-21 Daniel Bates <dabates@apple.com> >+ >+ Cleanup: Remove unused file-local static variable from TextCheckerIOS.mm >+ https://bugs.webkit.org/show_bug.cgi?id=188818 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UIProcess/ios/TextCheckerIOS.mm: >+ (WebKit::TextChecker::isSmartInsertDeleteEnabled): >+ > 2018-08-21 Daniel Bates <dabates@apple.com> > > Cleanup: Add type alias for spell document tag >diff --git a/Source/WebKit/UIProcess/ios/TextCheckerIOS.mm b/Source/WebKit/UIProcess/ios/TextCheckerIOS.mm >index beb1fe74f0d5b9c4306d1318f26b646dc94cce68..a2dc76aa8102edd4a6c2e36aae3a9aeaefaae5cf 100644 >--- a/Source/WebKit/UIProcess/ios/TextCheckerIOS.mm >+++ b/Source/WebKit/UIProcess/ios/TextCheckerIOS.mm >@@ -113,13 +113,10 @@ bool TextChecker::isTestingMode() > return testingModeEnabled; > } > >- >-static bool smartInsertDeleteEnabled; >- > bool TextChecker::isSmartInsertDeleteEnabled() > { > notImplemented(); >- return smartInsertDeleteEnabled; >+ return false; > } > > void TextChecker::setSmartInsertDeleteEnabled(bool)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 188818
: 347704