[Webkit-unassigned] [Bug 71206] New: Problem of WTF::StringImpl::create(const char*, unsigned)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 30 23:50:36 PDT 2011


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

           Summary: Problem of WTF::StringImpl::create(const char*,
                    unsigned)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wangxianzhu at chromium.org
                CC: darin at apple.com, ggaren at apple.com, msaboff at apple.com,
                    gregsimon at chromium.org, sullivan at chromium.org


Now WTF::StringImpl::create(const char*, unsigned) is:
    ALWAYS_INLINE static PassRefPtr<StringImpl> create(const char* s, unsigned length) { return create(s, length); };
which is an infinite recursion.

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