[Webkit-unassigned] [Bug 32810] Date binding support for Objective-C

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 21 22:04:21 PST 2009


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





--- Comment #3 from TAMURA, Kent <tkent at chromium.org>  2009-12-21 22:04:21 PST ---
Generated code will be:

- (double)valueAsDate
{
    return IMPL->valueAsDate();
}

- (void)setValueAsDate:(double)newValueAsDate
{
    WebCore::ExceptionCode ec = 0;
    IMPL->setValueAsDate(newValueAsDate, ec);
    WebCore::raiseOnDOMError(ec);
}

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