| Index: third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h
|
| diff --git a/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h b/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h
|
| index a7c9a204ab31603c16219323f2d01d87efb89fe6..42334f397791bba1fd2949a9fd1860b89831b0e2 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h
|
| @@ -103,7 +103,7 @@ private:
|
| bool unifiedTextCheckerEnabled() const;
|
| };
|
|
|
| -void checkTextOfParagraph(TextCheckerClient&, const String&, TextCheckingTypeMask, Vector<TextCheckingResult>&);
|
| +void checkTextOfParagraph(TextCheckerClient&, const String&, Vector<TextCheckingResult>&);
|
| bool unifiedTextCheckerEnabled(const LocalFrame*);
|
|
|
| } // namespace blink
|
|
|