[Webkit-unassigned] [Bug 69781] [WK2] Add a C API to inspect injected bundle path associated with a WKContextRef

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 21 05:10:43 PDT 2011


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


Andreas Kling <kling at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #111943|                            |review-
               Flag|                            |




--- Comment #3 from Andreas Kling <kling at webkit.org>  2011-10-21 05:10:42 PST ---
(From update of attachment 111943)
View in context: https://bugs.webkit.org/attachment.cgi?id=111943&action=review

Please set r? if you want a patch to be reviewed. :)

> Source/WebKit2/UIProcess/API/C/WKContext.cpp:67
> +WKStringRef WKContextGetInjectedBundlePath(WKContextRef contextRef)
> +{
> +    return toCopiedAPI(toImpl(contextRef)->injectedBundlePath());
> +}

This should be called WKContextCopyInjectedBundlePath since it returns a copy.

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