[Webkit-unassigned] [Bug 115643] Document should be constructable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 13 09:51:57 PST 2014


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





--- Comment #10 from Darin Adler <darin at apple.com>  2014-02-13 09:49:12 PST ---
(From update of attachment 224054)
View in context: https://bugs.webkit.org/attachment.cgi?id=224054&action=review

> Source/WebCore/dom/Document.cpp:566
> +    return document;

Oh, I just realized this line should read document.release() to avoid a tiny bit of needless reference count churn. Probably will let this go into the commit queue anyway. We can follow up with a 1-line patch to fix that.

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