Details
Description
If one passes a QImage or QPixmap on to the javascript side from C++ side using the Qt Webkit Bridge. The image object recieved on the js side doesn't behave properly. While we can easily get height and width property of the object. But trying to access any of its functions throws and undefined function exception
toDataURL: function()
assignToHTMLImageElement: function(element) { ... }
toImageData: function()
{ ... }The bug is not reproducible in 5.1 or 5.2. But I guess if it was broken in 5.0.1 and went through the CI system. A test case may be required.