Bug 129424

Summary: JSType upper limit (0xff) assertion can be removed
Product: WebKit Reporter: Gergő Balogh <gbalogh.u-szeged>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, galpeter, gbalogh.u-szeged, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch none

Description Gergő Balogh 2014-02-27 05:35:31 PST
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.
Comment 1 Gergő Balogh 2014-02-27 05:44:39 PST
Created attachment 225361 [details]
patch
Comment 2 Geoffrey Garen 2014-02-27 10:11:42 PST
Comment on attachment 225361 [details]
patch

r=me
Comment 3 WebKit Commit Bot 2014-02-27 10:44:22 PST
Comment on attachment 225361 [details]
patch

Clearing flags on attachment: 225361

Committed r164815: <http://trac.webkit.org/changeset/164815>
Comment 4 WebKit Commit Bot 2014-02-27 10:44:25 PST
All reviewed patches have been landed.  Closing bug.