[Webkit-unassigned] [Bug 33977] WebNode::toElement refcounts incorrectly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 21 16:07:58 PST 2010


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


James Robinson <jamesr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #47155|                            |review?, commit-queue?
               Flag|                            |




--- Comment #1 from James Robinson <jamesr at chromium.org>  2010-01-21 16:07:57 PST ---
Created an attachment (id=47155)
 --> (https://bugs.webkit.org/attachment.cgi?id=47155)
Fixes the bug by using WebNode::assign()

I have to use the WebNode:: qualifier because some T's that are used in this
function (like WebElement) define incompatible 1-arg versions of ::assign(),
for example WebElement::assign(const WebElement& e).  This confuses visual
studio terribly.  I'm not sure if this is an issue with the compiler, but we
always want to use the WebNode::assign() version anyway.

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