| Index: public/web/WebTextCheckingCompletion.h
|
| diff --git a/public/web/WebTextCheckingCompletion.h b/public/web/WebTextCheckingCompletion.h
|
| index a63995466c061b6d2bb477413894c02c8ffd9dee..66acbb0be7a8587ac7bc896920716b773b079846 100644
|
| --- a/public/web/WebTextCheckingCompletion.h
|
| +++ b/public/web/WebTextCheckingCompletion.h
|
| @@ -43,6 +43,7 @@ class WebTextCheckingCompletion {
|
| public:
|
| virtual void didFinishCheckingText(const WebVector<WebTextCheckingResult>&) = 0;
|
| virtual void didCancelCheckingText() { };
|
| +
|
| protected:
|
| ~WebTextCheckingCompletion() { }
|
| };
|
|
|