[Webkit-unassigned] [Bug 104540] [Qt] JS bridge does not transmit QVariants anymore in Qt5
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 12 09:51:54 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=104540
Michael Brüning <michael.bruning at digia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
CC| |michael.bruning at digia.com
Ever Confirmed|0 |1
--- Comment #3 from Michael Brüning <michael.bruning at digia.com> 2012-12-12 09:54:17 PST ---
The problem here is not with QVariants, but with QVariantMaps.
For some reason, in case of a QVariantMap, the resulting QVariantMap is not converted correctly in QMetaObject::metcall when it is called from JSValueRef QtRuntimeMethod::call in Source/WebCore/bridge/qt/qt_runtime.cpp . I suspect that something has changed in the way QVariantMap pointers are handled by the QVariant constructor / debugging this atm.
--
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