[Webkit-unassigned] [Bug 64467] [V8] Avoid memory leaks with hidden references.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 13 13:12:32 PDT 2011


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


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #100700|review?                     |review+
               Flag|                            |




--- Comment #6 from Adam Barth <abarth at webkit.org>  2011-07-13 13:12:32 PST ---
(From update of attachment 100700)
View in context: https://bugs.webkit.org/attachment.cgi?id=100700&action=review

Thanks.  Very nice.

> Source/WebCore/bindings/v8/V8HiddenPropertyName.cpp:58
> +    return v8::String::NewSymbol(prefixedName.data(), static_cast<int>(prefixedName.size()));

Beautiful, except for the int cast!  (but I presume that's a problem with the V8 API).

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