[Webkit-unassigned] [Bug 156613] Cannot access the SQLTransaction.constructor.prototype

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 22 14:30:16 PDT 2016


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

--- Comment #10 from Chris Dumez <cdumez at apple.com> ---
Oh, I see, this is a generic problem in our bindings for every interface that is marked as [NoInterfaceObject], for e.g. Geolocation

navigator.geolocation.constructor
-> Object

but should be
function Geolocation() {
    [native code]
} = $3

I can take a look.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160422/ad27831e/attachment.html>


More information about the webkit-unassigned mailing list