[Webkit-unassigned] [Bug 31474] [V8] Protect SVG animated properties from destruction in bindings.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 13 08:49:27 PST 2009


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


Dimitri Glazkov (Google) <dglazkov at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #43159|review?                     |review-
               Flag|                            |




--- Comment #2 from Dimitri Glazkov (Google) <dglazkov at chromium.org>  2009-11-13 08:49:27 PST ---
(From update of attachment 43159)
> +        //
> +        // where PassRefPtr::~PassRefPtr() is invoked only after foo() is
> +        // called.
> +        template <typename T>
> +        static PassRefPtr<T> withSVGContext(PassRefPtr<T> object, SVGElement* context) {

Brace on new line.

> +            setSVGContext(object.get(), context);
> +            return object;
> +        }
> +        static void* withSVGContext(void* object, SVGElement* context) {

Brace on new line.

> +            setSVGContext(object, context);
> +            return object;

Use check-webkit-style :)

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