| Index: Source/bindings/v8/DOMRequestState.h
|
| diff --git a/Source/bindings/v8/DOMRequestState.h b/Source/bindings/v8/DOMRequestState.h
|
| index 43e6bb029fc211c15793e8cd5771d8ac664b0dcd..974a461344659ec2b4d46ef1d0a45ca0fe16ee2e 100644
|
| --- a/Source/bindings/v8/DOMRequestState.h
|
| +++ b/Source/bindings/v8/DOMRequestState.h
|
| @@ -58,6 +58,7 @@ public:
|
| v8::Local<v8::Context> context() { return m_scriptState->context(); }
|
| v8::Isolate* isolate() const { return m_scriptState->isolate(); }
|
| bool isValid() const { return m_scriptState; }
|
| + NewScriptState* scriptState() const { return m_scriptState.get(); }
|
|
|
| private:
|
| RefPtr<NewScriptState> m_scriptState;
|
|
|