[Webkit-unassigned] [Bug 15308] ASSERT when clicking and dragging on SVG clock

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 28 19:15:50 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15308





------- Comment #4 from eric at webkit.org  2007-09-28 19:15 PDT -------
Ok, the problem is:

typedef HashMap<const QualifiedName::QualifiedNameImpl*, Class> ObjCClassMap;
static ObjCClassMap* elementClassMap;

It's doing a default pointer-compare between QualifiedNameImpls, which is
wrong.  We don't care what the .prefix() is, only that the localName and
namespaceURI are identical.  I expect we have this bug other places in WebKit!


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list