| 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 6b8c0cb69c2803acd2840fe791d377a51cd3f798..1a82229fcee7ebf389cc7c099c2c214d5840658f 100644
|
| --- a/third_party/WebKit/Source/core/dom/PendingScript.h
|
| +++ b/third_party/WebKit/Source/core/dom/PendingScript.h
|
| @@ -113,6 +113,8 @@ class CORE_EXPORT PendingScript final
|
| bool isForTesting = false);
|
| PendingScript() = delete;
|
|
|
| + void checkState() const;
|
| +
|
| // ScriptResourceClient
|
| void notifyFinished(Resource*) override;
|
| String debugName() const override { return "PendingScript"; }
|
|
|