RESOLVED INVALID 88890
[V8] workers/storage/test-authorizer-sync.html has wrong output
https://bugs.webkit.org/show_bug.cgi?id=88890
Summary [V8] workers/storage/test-authorizer-sync.html has wrong output
Erik Arvidsson
Reported 2012-06-12 11:04:30 PDT
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
Attachments
Brian Burg
Comment 1 2014-12-16 00:47:59 PST
Closing some V8-related work items.
Note You need to log in before you can comment on or make changes to this bug.