[Webkit-unassigned] [Bug 79268] New: JSString::outOfMemory() should ASSERT(isRope()) rather than !isRope()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 22 12:33:17 PST 2012


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

           Summary: JSString::outOfMemory() should ASSERT(isRope()) rather
                    than !isRope()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yong.li.webkit at gmail.com


It seems JSString::outOfMemory() should ASSERT(isRope()) instead of ASSERT(!isRope())

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