Hi All, I am trying to remove custom bindings for the type Array for the bug https://bugs.webkit.org/show_bug.cgi?id=80696. I have uploaded proposed patch to the bug but somehow its failing for the Gtk port. Below is the quick summery for the bug and patch.
1) To remove the custom binding I have removed the [CustomGetter] from Console.idl. 2) After that I have modified CodeGeneratorJS/V8.pm to generate the appropriate code. 3) Removed the Custom Functions from the JSConsoleCustom.cpp. Now it is building on mac port(JS) as well as for chrome port(V8) but failed for gtk. Full Build log @ : http://queues.webkit.org/results/11945388 error it gives:: "./DerivedSources/webkit/WebKitDOMConsole.h:77:1: error: unknown type name 'WebKitDOMArray'" Please can someone correct me what I am missing in the patch or help me to understand this error? Thanks, Vineet
_______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
