kdelibs/khtml/platform/text/PlatformString.h

12 lines
165 B
C
Raw Normal View History

#ifndef PlatformString_h
#define PlatformString_h
#include "dom/dom_string.h"
namespace WebCore
{
typedef DOM::DOMString String;
}
#endif // PlatformString_h