Commit 74735ba0 authored by Gabriel Ivăncescu's avatar Gabriel Ivăncescu Committed by Alexandre Julliard

mshtml: Actually traverse the object-specific edges.

parent 64dd6d28
......@@ -2023,6 +2023,9 @@ static nsresult NSAPI dispex_traverse(void *ccp, void *p, nsCycleCollectionTrave
describe_cc_node(&This->ccref, This->info->desc->name, cb);
if(This->info->desc->vtbl->traverse)
This->info->desc->vtbl->traverse(This, cb);
if(!This->dynamic_data)
return NS_OK;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment