| Index: Source/core/fetch/ScriptResource.h
|
| diff --git a/Source/core/fetch/ScriptResource.h b/Source/core/fetch/ScriptResource.h
|
| index 441a3b06099f4db42158b5d92dbc5ac0fc6c97c4..84fc6daa97d34c928f66eed1c22099c520c17968 100644
|
| --- a/Source/core/fetch/ScriptResource.h
|
| +++ b/Source/core/fetch/ScriptResource.h
|
| @@ -39,6 +39,7 @@ public:
|
| virtual ~ScriptResource();
|
|
|
| const String& script();
|
| + const KURL& scriptURL();
|
|
|
| virtual void setEncoding(const String&);
|
| virtual String encoding() const;
|
| @@ -49,6 +50,7 @@ public:
|
| private:
|
| AtomicString m_script;
|
| RefPtr<TextResourceDecoder> m_decoder;
|
| + KURL m_url;
|
| };
|
| }
|
|
|
|
|