Changeset 35963 in webkit


Ignore:
Timestamp:
Aug 27, 2008 8:36:31 PM (16 years ago)
Author:
zecke@webkit.org
Message:

2008-08-27 Holger Hans Peter Freyther <zecke@selfish.org>

Unreviewed compile fix

Add the stub for the Qt port.

  • WebCore.pro:
  • page/qt/AccessibilityObjectQt.cpp: Added. (WebCore::AccessibilityObject::accessibilityIgnoreAttachment):
Location:
trunk/WebCore
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r35961 r35963  
     12008-08-27  Holger Hans Peter Freyther <zecke@selfish.org>
     2
     3        Unreviewed compile fix
     4
     5        Add the stub for the Qt port.
     6
     7        * WebCore.pro:
     8        * page/qt/AccessibilityObjectQt.cpp: Added.
     9        (WebCore::AccessibilityObject::accessibilityIgnoreAttachment):
     10
    1112008-08-27  Alp Toker  <alp@nuanti.com>
    212
  • trunk/WebCore/WebCore.pro

    r35900 r35963  
    939939    bridge/qt/qt_instance.cpp \
    940940    bridge/qt/qt_runtime.cpp \
     941    page/qt/AccessibilityObjectQt.cpp \
    941942    page/qt/DragControllerQt.cpp \
    942943    page/qt/EventHandlerQt.cpp \
Note: See TracChangeset for help on using the changeset viewer.