Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(494)

Unified Diff: third_party/WebKit/Source/platform/text/TextCheckerClient.h

Issue 2795113002: Move ownership of TextCheckerClientImpl to WebLocalFrameImpl (Closed)
Patch Set: Mon Apr 3 18:57:07 PDT 2017 Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 ddfe03bc9dab2c667d6aa2e651c27155971acb75..1af03b92ada622909d1ef6da65eb3f1eb32836e1 100644
--- a/third_party/WebKit/Source/platform/text/TextCheckerClient.h
+++ b/third_party/WebKit/Source/platform/text/TextCheckerClient.h
@@ -39,8 +39,6 @@ namespace blink {
class PLATFORM_EXPORT TextCheckerClient {
public:
- virtual ~TextCheckerClient() {}
-
virtual void checkSpellingOfString(const String&,
int* misspellingLocation,
int* misspellingLength) = 0;

Powered by Google App Engine
This is Rietveld 408576698