| Index: Source/bindings/v8/DOMRequestState.h
|
| diff --git a/Source/bindings/v8/DOMRequestState.h b/Source/bindings/v8/DOMRequestState.h
|
| index 2bba07225e61c05649b3588bb3005a10f985270f..5b9f7668dc21f4810246c5ff4889772cef8b1738 100644
|
| --- a/Source/bindings/v8/DOMRequestState.h
|
| +++ b/Source/bindings/v8/DOMRequestState.h
|
| @@ -39,7 +39,7 @@ public:
|
| explicit DOMRequestState(ScriptExecutionContext* scriptExecutionContext)
|
| : m_scriptExecutionContext(scriptExecutionContext)
|
| , m_world(DOMWrapperWorld::current())
|
| - , m_isolate(getIsolateFromScriptExecutionContext(scriptExecutionContext))
|
| + , m_isolate(isolateForScriptExecutionContext(scriptExecutionContext))
|
| {
|
| }
|
|
|
|
|