1#ifndef WebKitAccessibleInterfaceTableCell_h
2#define WebKitAccessibleInterfaceTableCell_h
3
4#if HAVE(ACCESSIBILITY)
5
6#include <atk/atk.h>
7
8#if ATK_CHECK_VERSION(2,11,90)
9void webkitAccessibleTableCellInterfaceInit(AtkTableCellIface*);
10#endif
11
12#endif // HAVE(ACCESSIBILITY)
13#endif // WebKitAccessibleInterfaceTableCell_h
14