[Webkit-unassigned] [Bug 129424] New: JSType upper limit (0xff) assertion can be removed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 27 05:38:25 PST 2014


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

           Summary: JSType upper limit (0xff) assertion can be removed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gbalogh.u-szeged at partner.samsung.com


There is no point to assert that the JSType is less or equals than 0xff, because it defined to based on uint8_t.
uint8_t by definition in the standard is an 8 byte type.

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