[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:18:04 PDT 2012


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





--- Comment #2 from Vineet Chaudhary (vineetc) <rgf748 at motorola.com>  2012-03-21 05:18:04 PST ---
Created an attachment (id=133017)
 --> (https://bugs.webkit.org/attachment.cgi?id=133017&action=review)
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"

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