[Webkit-unassigned] [Bug 77520] [WK2] Modify parameters of willSubmitForm callback

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 18 11:19:08 PDT 2012


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


Anders Carlsson <andersca at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #142700|review?                     |review-
               Flag|                            |




--- Comment #18 from Anders Carlsson <andersca at apple.com>  2012-05-18 11:18:04 PST ---
(From update of attachment 142700)
View in context: https://bugs.webkit.org/attachment.cgi?id=142700&action=review

> Source/WebKit2/Shared/APIClientTraits.cpp:68
> -    offsetof(WKBundlePageFormClient, willSendSubmitEvent),
> +    offsetof(WKBundlePageFormClient, willSubmitForm),
>      sizeof(WKBundlePageFormClient)
>  };

This part is wrong. You can't remove the version 0 offset and replace it. Instead, you need to add a new version with the right offset.

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