[Webkit-unassigned] [Bug 88890] New: [V8] workers/storage/test-authorizer-sync.html has wrong output

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 12 11:04:30 PDT 2012


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

           Summary: [V8] workers/storage/test-authorizer-sync.html has
                    wrong output
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arv at chromium.org
                CC: haraken at chromium.org


workers/storage/test-authorizer-sync.html has wrong output because we fail to find the V8BindingPerContextData and fall back to the naïve case in V8DOMWrapper::instantiateV8Object

        v8::Local<v8::Function> function = type->getTemplate()->GetFunction();
        instance = SafeAllocation::newInstance(function);

I would like to fully remove this fallback case. It is wrong in almost all cases to have us reach this.

In this test we fail because the SQLException objects are not created the correct way. All DOM objects need to be created using V8BindingPerContextData::createWrapperFromCache

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