[Webkit-unassigned] [Bug 92168] New: [V8] Correct WebIDL type should be used in the V8 bindings code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 24 15:19:03 PDT 2012


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

           Summary: [V8] Correct WebIDL type should be used in the V8
                    bindings code
           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: jianli at chromium.org
                CC: abarth at webkit.org, haraken at chromium.org


The V8int used in the bindings code is incorrect.

> Source/WebCore/bindings/scripts/test/V8/V8TestObj.cpp:1740
> +    EXCEPTION_BLOCK(int, intArg, V8int::HasInstance(MAYBE_MISSING_PARAMETER(args, 0, DefaultIsUndefined)) ? V8int::toNative(v8::Handle<v8::Object>::Cast(MAYBE_MISSING_PARAMETER(args, 0, DefaultIsUndefined))) : 0);

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