| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index a74e51169e7c431aafcd20c3633c466af96f8b3d..bb377a4f0f8eaca213b1524578e4c5641144c5fa 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -149,8 +149,8 @@ public:
|
| bool executeCommand(const WebString&) override;
|
| bool executeCommand(const WebString&, const WebString& value) override;
|
| bool isCommandEnabled(const WebString&) const override;
|
| - void enableContinuousSpellChecking(bool) override;
|
| - bool isContinuousSpellCheckingEnabled() const override;
|
| + void enableSpellChecking(bool) override;
|
| + bool isSpellCheckingEnabled() const override;
|
| void requestTextChecking(const WebElement&) override;
|
| void replaceMisspelledRange(const WebString&) override;
|
| void removeSpellingMarkers() override;
|
|
|