[Webkit-unassigned] [Bug 124325] Consolidate and expose Frame/Node/Selection screenshot capabilities

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 14 09:59:43 PST 2013


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





--- Comment #13 from Timothy Hatcher <timothy at apple.com>  2013-11-14 09:58:21 PST ---
(From update of attachment 216943)
View in context: https://bugs.webkit.org/attachment.cgi?id=216943&action=review

>> Source/WebCore/bindings/objc/DOM.mm:292
>> +    return [createDragImageForNode(*frame, node) autorelease];
> 
> You need to [[createDragImageForFrameSelection(…) retain] autorelease]. right now you are over releasing. I am surprised it worked before without a retain/autorelease.

I meant createDragImageForNode in this case, but this needs fixed everywhere you do create and autorelease.

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