| Index: Source/bindings/core/v8/V8GCController.cpp
 | 
| diff --git a/Source/bindings/core/v8/V8GCController.cpp b/Source/bindings/core/v8/V8GCController.cpp
 | 
| index 106f899d184493754bc5be738177b41c4ccdb457..dbc27dbfb0434b51e44ff86f74f8af0f212f494f 100644
 | 
| --- a/Source/bindings/core/v8/V8GCController.cpp
 | 
| +++ b/Source/bindings/core/v8/V8GCController.cpp
 | 
| @@ -285,7 +285,7 @@ public:
 | 
|              if (m_constructRetainedObjectInfos)
 | 
|                  m_groupsWhichNeedRetainerInfo.append(root);
 | 
|          } else if (classId == WrapperTypeInfo::ObjectClassId) {
 | 
| -            type->visitDOMWrapper(toScriptWrappableBase(*wrapper), v8::Persistent<v8::Object>::Cast(*value), m_isolate);
 | 
| +            type->visitDOMWrapper(m_isolate, toScriptWrappableBase(*wrapper), v8::Persistent<v8::Object>::Cast(*value));
 | 
|          } else {
 | 
|              ASSERT_NOT_REACHED();
 | 
|          }
 | 
| 
 |