[Webkit-unassigned] [Bug 42679] WebKitTestRunner needs layoutTestController.setUserStyleSheetEnabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 24 14:44:01 PDT 2012


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


Darin Adler <darin at apple.com> changed:

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




--- Comment #14 from Darin Adler <darin at apple.com>  2012-05-24 14:43:03 PST ---
(From update of attachment 143884)
View in context: https://bugs.webkit.org/attachment.cgi?id=143884&action=review

> Tools/WebKitTestRunner/InjectedBundle/LayoutTestController.cpp:404
> +    WKRetainPtr<WKStringRef> emptyUrl = WKStringCreateWithUTF8CString("");

This leaks. It needs an adoptWK.

> Tools/WebKitTestRunner/InjectedBundle/LayoutTestController.cpp:411
> +    m_userStyleSheetLocation = WKStringCreateWithJSString(location);

This leaks. It needs an adoptWK.

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