[Webkit-unassigned] [Bug 109065] [v8] move persistent::new and ::dispose into same class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 6 13:03:38 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=109065





--- Comment #5 from Adam Barth <abarth at webkit.org>  2013-02-06 13:05:45 PST ---
(From update of attachment 186875)
View in context: https://bugs.webkit.org/attachment.cgi?id=186875&action=review

> Source/WebCore/bindings/scripts/CodeGeneratorV8.pm:2183
> -    V8DOMWrapper::associateObjectWithWrapper(impl.release(), &${v8InterfaceName}Constructor::info, wrapper, args.GetIsolate());
> +    V8DOMWrapper::associateObjectWithWrapper(impl.release(), &${v8InterfaceName}Constructor::info, wrapper, args.GetIsolate(), true);

Is it possible that we could avoid having to pass "true" here?  How did we used to figure this out?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list