| Index: third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| index a881cd8ec2ae8b71dc132bd296ab5bd937ac4212..2ac4b18c2a8694fe464f905c2fa942d46349245c 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| @@ -5266,6 +5266,14 @@ public:
|
| m_completion = completion;
|
| }
|
|
|
| + void cancelAllPendingRequests() override
|
| + {
|
| + if (!m_completion)
|
| + return;
|
| + m_completion->didCancelCheckingText();
|
| + m_completion = nullptr;
|
| + }
|
| +
|
| void kickNoResults()
|
| {
|
| kick(-1, -1, WebTextDecorationTypeSpelling);
|
|
|