Title: [147539] trunk/Source/WebCore
Revision
147539
Author
[email protected]
Date
2013-04-03 04:15:23 -0700 (Wed, 03 Apr 2013)

Log Message

[Qt] assignToHTMLImageElement no longer exists in Qt5
https://bugs.webkit.org/show_bug.cgi?id=113639

Patch by Kristof Provost <[email protected]> on 2013-04-03
Reviewed by Simon Hausmann.

No new tests: covered by ./Source/WebKit/qt/tests/hybridPixmap/test.html

* bridge/qt/qt_pixmapruntime.cpp:
(JSC::Bindings::QtPixmapRuntime::getClassRef):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (147538 => 147539)


--- trunk/Source/WebCore/ChangeLog	2013-04-03 11:06:49 UTC (rev 147538)
+++ trunk/Source/WebCore/ChangeLog	2013-04-03 11:15:23 UTC (rev 147539)
@@ -1,3 +1,15 @@
+2013-04-03  Kristof Provost  <[email protected]>
+
+        [Qt] assignToHTMLImageElement no longer exists in Qt5
+        https://bugs.webkit.org/show_bug.cgi?id=113639
+
+        Reviewed by Simon Hausmann.
+
+        No new tests: covered by ./Source/WebKit/qt/tests/hybridPixmap/test.html
+
+        * bridge/qt/qt_pixmapruntime.cpp:
+        (JSC::Bindings::QtPixmapRuntime::getClassRef):
+
 2013-04-03  Antoine Quint  <[email protected]>
 
         Web Inspector: crash in WebCore::InspectorLayerTreeAgent::buildObjectForLayer if a layer is created for an anonymous RenderObject (:first-letter)

Modified: trunk/Source/WebCore/bridge/qt/qt_pixmapruntime.cpp (147538 => 147539)


--- trunk/Source/WebCore/bridge/qt/qt_pixmapruntime.cpp	2013-04-03 11:06:49 UTC (rev 147538)
+++ trunk/Source/WebCore/bridge/qt/qt_pixmapruntime.cpp	2013-04-03 11:15:23 UTC (rev 147539)
@@ -253,7 +253,7 @@
     };
 
     static const JSStaticFunction staticFunctions[] = {
-        { "assignTo", assignToHTMLImageElement, 0 },
+        { "assignToHTMLImageElement", assignToHTMLImageElement, 0 },
         { "toDataUrl", pixmapToDataUrl, 0 },
         { "toImageData", pixmapToImageData, 0 },
         { "toString", pixmapToString, 0 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to