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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 24 18:59:52 PDT 2012


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





--- Comment #16 from Dinu Jacob <dinu.jacob at Nokia.com>  2012-05-24 18:58:55 PST ---
(In reply to comment #14)
> (From update of attachment 143884 [details])
> 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.

Thanks. Fixed and new patch uploaded

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