| Index: trunk/Source/bindings/v8/V8DOMConfiguration.h
|
| ===================================================================
|
| --- trunk/Source/bindings/v8/V8DOMConfiguration.h (revision 170423)
|
| +++ trunk/Source/bindings/v8/V8DOMConfiguration.h (working copy)
|
| @@ -76,7 +76,7 @@
|
| {
|
| 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)
|
|
|