[Webkit-unassigned] [Bug 88671] generated js bindings should include headers for argument conditionally.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 8 16:18:52 PDT 2012


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





--- Comment #5 from arno. <arno at renevier.net>  2012-06-08 16:18:51 PST ---
My use case was that, when compiled without WEBGL, the header was still included, and the build did not work when webgl headers were not present on the machine.
But maybe, it's better to just use 


#if defined(WEBGL)
       void bar(in WebGLBuffer bufobj);
#endif

in the idl file

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