Index: third_party/WebKit/Source/core/dom/PendingScript.h |
diff --git a/third_party/WebKit/Source/core/dom/PendingScript.h b/third_party/WebKit/Source/core/dom/PendingScript.h |
index 97e9b384b16140bf1bc67012b37f4b9105c432b5..4a51a640ba0bb21d1b76d478b7283300e0b92bc2 100644 |
--- a/third_party/WebKit/Source/core/dom/PendingScript.h |
+++ b/third_party/WebKit/Source/core/dom/PendingScript.h |
@@ -73,6 +73,7 @@ public: |
void notifyFinished(Resource*) override; |
String debugName() const override { return "PendingScript"; } |
void notifyAppendData(ScriptResource*) override; |
+ void notifyCancelStreamingTask(ScriptResource*) override; |
DECLARE_TRACE(); |