Changeset 147539 in webkit


Ignore:
Timestamp:
Apr 3, 2013 4:15:23 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Kristof Provost <kristof@codepro.be> 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):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r147538 r147539  
     12013-04-03  Kristof Provost  <kristof@codepro.be>
     2
     3        [Qt] assignToHTMLImageElement no longer exists in Qt5
     4        https://bugs.webkit.org/show_bug.cgi?id=113639
     5
     6        Reviewed by Simon Hausmann.
     7
     8        No new tests: covered by ./Source/WebKit/qt/tests/hybridPixmap/test.html
     9
     10        * bridge/qt/qt_pixmapruntime.cpp:
     11        (JSC::Bindings::QtPixmapRuntime::getClassRef):
     12
    1132013-04-03  Antoine Quint  <graouts@apple.com>
    214
  • trunk/Source/WebCore/bridge/qt/qt_pixmapruntime.cpp

    r130636 r147539  
    254254
    255255    static const JSStaticFunction staticFunctions[] = {
    256         { "assignTo", assignToHTMLImageElement, 0 },
     256        { "assignToHTMLImageElement", assignToHTMLImageElement, 0 },
    257257        { "toDataUrl", pixmapToDataUrl, 0 },
    258258        { "toImageData", pixmapToImageData, 0 },
Note: See TracChangeset for help on using the changeset viewer.