[Webkit-unassigned] [Bug 102288] IndexedDB: Add clear() method to JSC ScriptValue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 14 15:45:32 PST 2012


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


Kentaro Hara <haraken at chromium.org> changed:

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




--- Comment #2 from Kentaro Hara <haraken at chromium.org>  2012-11-14 15:47:20 PST ---
(From update of attachment 174267)
View in context: https://bugs.webkit.org/attachment.cgi?id=174267&action=review

> Source/WebCore/bindings/js/ScriptValue.h:66
> +    void clear()
> +    {
> +        m_value.clear();
> +    }

Nit: you can write it in one line.

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