Index: third_party/WebKit/Source/platform/text/TextCheckerClient.h |
diff --git a/third_party/WebKit/Source/platform/text/TextCheckerClient.h b/third_party/WebKit/Source/platform/text/TextCheckerClient.h |
index a412b58d57ff58b795a455c7d70f3d42bbfc2e94..fad98bac335606fd1d0d60cc72cbd3a7f665c069 100644 |
--- a/third_party/WebKit/Source/platform/text/TextCheckerClient.h |
+++ b/third_party/WebKit/Source/platform/text/TextCheckerClient.h |
@@ -40,8 +40,6 @@ namespace blink { |
// TODO(xiaochengh): Rename TextCheckerClient to SpellCheckerClient. |
class PLATFORM_EXPORT TextCheckerClient { |
public: |
- virtual ~TextCheckerClient() {} |
- |
virtual void checkSpellingOfString(const String&, |
int* misspellingLocation, |
int* misspellingLength) = 0; |