Skip to content
  • ap@webkit.org's avatar
    Rubber-stamped by Maciej. · eb0f0519
    ap@webkit.org authored
            An assertion was failing in function-toString-object-literals.html when parsing 1e-500.
            The condition existed before, and got uncovered by turning compiled-out dtoa checks into
            ASSERTs.
    
            The assertion was verifying that the caller wasn't constructing a Bigint from 0.
            This might have had some reason behind it originally, but I couldn't find any,
            and this doesn't look like a reasonable requirement.
    
            * kjs/dtoa.cpp: (d2b): Removed the assertion (two copies in different code paths).
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@31318 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    eb0f0519