| 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 7db9f9bc828e618c38a979d779c8719591bdfaef..f7d694a4db1c0a09fbac5bb8e5dc59aa376ee12c 100644
|
| --- a/third_party/WebKit/Source/core/dom/PendingScript.h
|
| +++ b/third_party/WebKit/Source/core/dom/PendingScript.h
|
| @@ -26,6 +26,7 @@
|
| #ifndef PendingScript_h
|
| #define PendingScript_h
|
|
|
| +#include "bindings/core/v8/ScriptStreamer.h"
|
| #include "core/CoreExport.h"
|
| #include "core/fetch/ResourceOwner.h"
|
| #include "core/fetch/ScriptResource.h"
|
| @@ -38,7 +39,6 @@
|
|
|
| class Element;
|
| class ScriptSourceCode;
|
| -class ScriptStreamer;
|
|
|
| // A container for an external script which may be loaded and executed.
|
| //
|
| @@ -78,7 +78,6 @@
|
| void streamingFinished();
|
|
|
| bool isReady() const;
|
| - bool errorOccurred() const;
|
|
|
| void dispose();
|
|
|
|
|