[Webkit-unassigned] [Bug 65944] Crash in QuotesData::operator== when compiled with RVCT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 10 07:43:44 PDT 2011


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





--- Comment #12 from Antonio Gomes <tonikitoo at webkit.org>  2011-08-10 07:43:44 PST ---
(From update of attachment 103489)
View in context: https://bugs.webkit.org/attachment.cgi?id=103489&action=review

> Source/WebCore/rendering/style/QuotesData.h:37
> -    bool operator==(const QuotesData&) const;
>      void operator delete(void* p) { delete[] static_cast<char*>(p); }
> +    static bool equal(const QuotesData*, const QuotesData*);

Should we add a comment about avoiding "==" so no one tries to get it back in?

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