[Webkit-unassigned] [Bug 117667] Expose a getMediaType method in WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 18 17:42:53 PDT 2013


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





--- Comment #22 from Darin Adler <darin at apple.com>  2013-06-18 17:41:31 PST ---
(From update of attachment 204934)
View in context: https://bugs.webkit.org/attachment.cgi?id=204934&action=review

> Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleHitTestResult.h:56
> +    BundleHitTestResultMediaType getMediaType() const;

WebKit coding style says this should be named mediaType(), not getMediaType().

> Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundleHitTestResult.h:55
> +WK_EXPORT WKBundleHitTestResultMediaType WKBundleHitTestResultGetMediaType(WKBundleHitTestResultRef hitTestResult);

Here it is fine to use the name WKBundleHitTestResultGetMediaType.

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