| Index: Source/WebCore/bindings/v8/V8IsolatedContext.cpp
|
| ===================================================================
|
| --- Source/WebCore/bindings/v8/V8IsolatedContext.cpp (revision 116575)
|
| +++ Source/WebCore/bindings/v8/V8IsolatedContext.cpp (working copy)
|
| @@ -105,6 +105,7 @@
|
|
|
| void V8IsolatedContext::destroy()
|
| {
|
| + m_perContextData.clear();
|
| m_frame->loader()->client()->willReleaseScriptContext(context(), m_world->id());
|
| m_context->get().MakeWeak(this, &contextWeakReferenceCallback);
|
| m_frame = 0;
|
|
|