[Webkit-unassigned] [Bug 81761] Fix Gobject binding for sequence<T> for function return type.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 21 05:54:11 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=81761
--- Comment #5 from Kentaro Hara <haraken at chromium.org> 2012-03-21 05:54:11 PST ---
(In reply to comment #2)
> Created an attachment (id=133017)
--> (https://bugs.webkit.org/attachment.cgi?id=133017&action=review) [details]
> quick_fix
>
> Providing quick fix. This should solve your current build issue, but not sure if want these bindings in GObject.
> I can see some changes in binding like below not related to this change, someone might have forgot to run bindings tests.
>
> -#import <wtf/Float32Array.h>
> -#import <wtf/Float64Array.h>
> -#import <wtf/Int32Array.h>
> +#import "Float32Array.h"
> +#import "Float64Array.h"
> +#import "Int32Array.h"
I rebaselined the run-bindings-tests results. Would you please rebase your patch with the latest WebKit trunk and re-upload it?
--
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