| Index: third_party/WebKit/public/web/WebLocalFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
|
| index 25657a78eb60fe1f8b7b0974ab70a4a32751fe8e..17b6982fbfa667693448b861d5d81511b93e10cd 100644
|
| --- a/third_party/WebKit/public/web/WebLocalFrame.h
|
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h
|
| @@ -265,8 +265,8 @@ public:
|
|
|
| // Spell-checking support -------------------------------------------------
|
| virtual void replaceMisspelledRange(const WebString&) = 0;
|
| - virtual void enableContinuousSpellChecking(bool) = 0;
|
| - virtual bool isContinuousSpellCheckingEnabled() const = 0;
|
| + virtual void enableSpellChecking(bool) = 0;
|
| + virtual bool isSpellCheckingEnabled() const = 0;
|
| virtual void requestTextChecking(const WebElement&) = 0;
|
| virtual void removeSpellingMarkers() = 0;
|
|
|
|
|