Index: third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h |
diff --git a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h |
index 8efe7c371002042cdbd8c2285a33d4b23370e3d6..1e40d822a859da8f6ba6bfbf551294ca6d84f068 100644 |
--- a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h |
+++ b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h |
@@ -103,7 +103,6 @@ class XMLHttpRequest final : public XMLHttpRequestEventTarget, |
ExecutionContext* getExecutionContext() const override; |
void suspend() override; |
void resume() override; |
- void stop() override; |
// ScriptWrappable |
bool hasPendingActivity() const final; |