[Webkit-unassigned] [Bug 43943] New: [V8] Support readonly Date attribute
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 12 17:27:20 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43943
Summary: [V8] Support readonly Date attribute
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: kinuko at chromium.org
Current CodeGeneratorV8 tries to create a hidden reference for a readonly Date attribute, but this makes compilation fail.
Date is represented as a double (or v8::Date) and is not a RefPtr type, so I think we shouldn't generate the hidden reference code for Date.
--
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