Chromium Code Reviews| 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 f7d694a4db1c0a09fbac5bb8e5dc59aa376ee12c..2491b4f410ac93b5c88c7b981031e3ae144c8d54 100644 |
| --- a/third_party/WebKit/Source/core/dom/PendingScript.h |
| +++ b/third_party/WebKit/Source/core/dom/PendingScript.h |
| @@ -78,6 +78,7 @@ public: |
| void streamingFinished(); |
| bool isReady() const; |
| + bool errorOccurred() const; |
| void dispose(); |