| Index: Source/bindings/v8/V8DOMConfiguration.h
|
| diff --git a/Source/bindings/v8/V8DOMConfiguration.h b/Source/bindings/v8/V8DOMConfiguration.h
|
| index 29f19583ad029d29621806b677a1f43c7da70a28..f8ef53a645ae5ddf9e69306c8116a347c70219f7 100644
|
| --- a/Source/bindings/v8/V8DOMConfiguration.h
|
| +++ b/Source/bindings/v8/V8DOMConfiguration.h
|
| @@ -76,7 +76,7 @@ public:
|
| {
|
| v8::AccessorGetterCallback getter = attribute.getter;
|
| v8::AccessorSetterCallback setter = attribute.setter;
|
| - if (DOMWrapperWorld::current(isolate)->isMainWorld()) {
|
| + if (DOMWrapperWorld::current(isolate).isMainWorld()) {
|
| if (attribute.getterForMainWorld)
|
| getter = attribute.getterForMainWorld;
|
| if (attribute.setterForMainWorld)
|
|
|