[Webkit-unassigned] [Bug 110779] WebKit API for enabling DOM logging for certain worlds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 26 18:22:57 PST 2013


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


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #190408|review?                     |review-
               Flag|                            |




--- Comment #17 from Adam Barth <abarth at webkit.org>  2013-02-26 18:25:20 PST ---
(From update of attachment 190408)
View in context: https://bugs.webkit.org/attachment.cgi?id=190408&action=review

> Source/WebCore/bindings/v8/DOMWrapperWorld.cpp:234
> +    coverWrappingLogs().set(worldID, adoptPtr(log));

That usage is not correct.  This function should take a PassOwnPtr as an argument.  Please call adoptPtr immediately after calling new.

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