| 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 d95c8ef754a98bed790bb3e8a79fa2a303ff9dfc..0be3dcfaacfa6df6aabdf69964b4fca89ff747e7 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,8 @@ class CORE_EXPORT PendingScript final
 | 
|  
 | 
|    DECLARE_TRACE();
 | 
|  
 | 
| -  ScriptSourceCode GetSource(const KURL& document_url,
 | 
| -                             bool& error_occurred) const;
 | 
| +  ClassicScript* GetSource(const KURL& document_url,
 | 
| +                           bool& error_occurred) const;
 | 
|  
 | 
|    void SetStreamer(ScriptStreamer*);
 | 
|    void StreamingFinished();
 | 
| 
 |