[Webkit-unassigned] [Bug 118094] Add an accessibility delegate interface to Windows solution

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 26 17:08:27 PDT 2013


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





--- Comment #11 from Brent Fulgham <bfulgham at webkit.org>  2013-06-26 17:10:22 PST ---
(From update of attachment 205543)
View in context: https://bugs.webkit.org/attachment.cgi?id=205543&action=review

You might consider fixing the parameter name warnings from the style bot. I'd also get rid of the STDMETHODCALLTYPE declarations in the CPP file (leave them in the header file).

> Source/WebKit/win/WebView.cpp:2874
> +HRESULT STDMETHODCALLTYPE WebView::setAccessibilityDelegate(

You don't need STDMETHODCALLTYPE in the implementation -- only in the header.

> Source/WebKit/win/WebView.cpp:2881
> +HRESULT STDMETHODCALLTYPE WebView::accessibilityDelegate(

You can remove STDMETHODCALLTYPE

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