| Index: Source/bindings/v8/DOMDataStore.cpp
|
| diff --git a/Source/bindings/v8/DOMDataStore.cpp b/Source/bindings/v8/DOMDataStore.cpp
|
| index e4ec115a009ffc5e9106967b85b7ff3db3998b5a..c9ef7c4195c7d63fa9fd0bf42173afbf8ea7988a 100644
|
| --- a/Source/bindings/v8/DOMDataStore.cpp
|
| +++ b/Source/bindings/v8/DOMDataStore.cpp
|
| @@ -51,7 +51,7 @@ DOMDataStore::~DOMDataStore()
|
|
|
| DOMDataStore& DOMDataStore::current(v8::Isolate* isolate)
|
| {
|
| - return DOMWrapperWorld::world(isolate->GetCurrentContext())->domDataStore();
|
| + return DOMWrapperWorld::current(isolate).domDataStore();
|
| }
|
|
|
| } // namespace WebCore
|
|
|