| 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 e20b13a24006136df1d47977c690766decd91c2f..1f833cd7466626e67e6acc40e1dad6f7d05ddb36 100644
|
| --- a/third_party/WebKit/Source/core/dom/PendingScript.h
|
| +++ b/third_party/WebKit/Source/core/dom/PendingScript.h
|
| @@ -104,6 +104,7 @@ class CORE_EXPORT PendingScript final
|
| bool isReady() const;
|
| bool errorOccurred() const;
|
|
|
| + void startStreamingIfPossible(Document*, ScriptStreamer::Type);
|
| void dispose();
|
|
|
| private:
|
|
|