[Webkit-unassigned] [Bug 27641] New: Classes call DOMObject::mark() explicitly, should call DOMObjectWithGlobal::mark() instead
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 24 00:03:49 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27641
Summary: Classes call DOMObject::mark() explicitly, should call
DOMObjectWithGlobal::mark() instead
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: eric at webkit.org
Blocks: 27634
Classes call DOMObject::mark() explicitly, should call
DOMObjectWithGlobal::mark() instead
Actually I'm going to change these to Base::mark() instead for future-proofing.
All the auto-gen bindings define a Base typedef which is the superclass. So
sad that c++ doesn't just have a super:: call built-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