[Webkit-unassigned] [Bug 125941] Add Obj C API for injected bundle PageGroup class.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 18 13:23:39 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=125941
--- Comment #2 from mitz at webkit.org <mitz at webkit.org> 2013-12-18 13:21:45 PST ---
(From update of attachment 219562)
View in context: https://bugs.webkit.org/attachment.cgi?id=219562&action=review
> Source/WebKit2/WebProcess/InjectedBundle/API/Cocoa/WKWebProcessPlugInPageGroup.mm:46
> + WKStringRef string = toCopiedAPI(_bundlePageGroup->identifier());
> + return [wrapper(*toImpl(string)) autorelease];
You should be able to just return _bundlePageGroup->identifier(), since WTF::String converts to an NSString *.
--
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