[Webkit-unassigned] [Bug 64104] SVG animation API crashes on SVGAnimateTransform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 15 07:17:15 PDT 2011


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





--- Comment #8 from Nikolas Zimmermann <zimmermann at kde.org>  2011-07-15 07:17:15 PST ---
(In reply to comment #7)
> No, it doesn't work. I got the following error when I used nullptr
> error C2664: 'WTF::RefPtr<T>::RefPtr(T *)' : cannot convert parameter 1 from 'const std::nullptr_t' to 'WebCore::SVGPropertyTearOff<PropertyType> *'

Ah right, you need to use the default ctor of refptr: append(RefPtr<SVGPropertyTearOff<..> > ());

-- 
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