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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 8 10:47:59 PDT 2012


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

           Summary: generated js bindings should include headers for
                    argument conditionally.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arno at renevier.net


Hi,
If I have this idl file:

module mymodule {
    interface myIface {
        void foo();
        [Conditional=WEBGL] void bar(in WebGLBuffer bufobj);
    };
}

the bar property will be defined conditionally in the generated js binding.
But the  JSWebGLBuffer.h will still be included unconditionally.

JSWebGLBuffer.h should be included only #if ENABLE(WEBGL) is true.

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