| 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..f1528c355875939b08e40c99977c75fe52e3a9ae 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 notifyCancel(ScriptResource*) override;
|
|
|
| DECLARE_TRACE();
|
|
|
|
|