[Webkit-unassigned] [Bug 68148] Implement an ErrorEvent constructor for JSC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 15 10:15:52 PDT 2011


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


Sam Weinig <sam at webkit.org> changed:

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




--- Comment #2 from Sam Weinig <sam at webkit.org>  2011-09-15 10:15:51 PST ---
(From update of attachment 107475)
View in context: https://bugs.webkit.org/attachment.cgi?id=107475&action=review

> Source/WebCore/dom/ErrorEvent.h:78
> +    unsigned long m_lineNumber;

This should stay an unsigned int.  unsigned long in WebIDL maps to unsigned int in C.  Same with the the init.

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