diff options
| author | Kristof Provost <kristof@codepro.be> | 2013-04-03 11:15:23 +0000 |
|---|---|---|
| committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-04-05 12:54:33 +0200 |
| commit | cef77ac6846fa60b3baa5731164c5efca651becb (patch) | |
| tree | c2fe26525859ac96de9522282e8f33f4a58a6bc8 /Source | |
| parent | 01b1a53e4d1e3b4fbc1041bf9c71fc668fbb7a48 (diff) | |
| download | qtwebkit-cef77ac6846fa60b3baa5731164c5efca651becb.tar.gz | |
[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):
Change-Id: I6894f4830fa820276d5e55390ab9f4850e150796
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@147539 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/WebCore/bridge/qt/qt_pixmapruntime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/bridge/qt/qt_pixmapruntime.cpp b/Source/WebCore/bridge/qt/qt_pixmapruntime.cpp index 2bc5c2cac..f50465979 100644 --- a/Source/WebCore/bridge/qt/qt_pixmapruntime.cpp +++ b/Source/WebCore/bridge/qt/qt_pixmapruntime.cpp @@ -253,7 +253,7 @@ JSClassRef QtPixmapRuntime::getClassRef() }; static const JSStaticFunction staticFunctions[] = { - { "assignTo", assignToHTMLImageElement, 0 }, + { "assignToHTMLImageElement", assignToHTMLImageElement, 0 }, { "toDataUrl", pixmapToDataUrl, 0 }, { "toImageData", pixmapToImageData, 0 }, { "toString", pixmapToString, 0 } |
