[Webkit-unassigned] [Bug 43907] New: V8 code generator does not add V8BindingMacros.h include in all places it is needed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 12 05:00:18 PDT 2010


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

           Summary: V8 code generator does not add V8BindingMacros.h
                    include in all places it is needed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: benm at google.com
                CC: dumi at chromium.org, steveblock at google.com,
                    android-webkit-unforking at google.com


V8BindingMacros.h was added in http://trac.webkit.org/changeset/65005 and defines two macros: EXCEPTION_BLOCK and STRING_TO_V8PARAMETER_EXCEPTION_BLOCK.

In the V8 CodeGenerator, we push this header when we generate code using EXCEPTION_BLOCK, but not STRING_TO_V8PARAMETER_EXCEPTION_BLOCK (see http://trac.webkit.org/browser/trunk/WebCore/bindings/scripts/CodeGeneratorV8.pm#L1233 and http://trac.webkit.org/browser/trunk/WebCore/bindings/scripts/CodeGeneratorV8.pm#L1240)

Patch to follow.

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