| 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..95fa613e9821f25f24d7b3a28cfca4becdf741c8 100644
|
| --- a/third_party/WebKit/Source/core/dom/PendingScript.h
|
| +++ b/third_party/WebKit/Source/core/dom/PendingScript.h
|
| @@ -39,7 +39,7 @@
|
| namespace blink {
|
|
|
| class PendingScript;
|
| -class ScriptSourceCode;
|
| +class ClassicScript;
|
|
|
| class CORE_EXPORT PendingScriptClient : public GarbageCollectedMixin {
|
| public:
|
| @@ -95,8 +95,7 @@ class CORE_EXPORT PendingScript final
|
|
|
| DECLARE_TRACE();
|
|
|
| - ScriptSourceCode getSource(const KURL& documentURL,
|
| - bool& errorOccurred) const;
|
| + ClassicScript* getSource(const KURL& documentURL, bool& errorOccurred) const;
|
|
|
| void setStreamer(ScriptStreamer*);
|
| void streamingFinished();
|
|
|