mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-25 19:32:50 +00:00
12 lines
165 B
C
12 lines
165 B
C
![]() |
#ifndef PlatformString_h
|
||
|
#define PlatformString_h
|
||
|
|
||
|
#include "dom/dom_string.h"
|
||
|
|
||
|
namespace WebCore
|
||
|
{
|
||
|
typedef DOM::DOMString String;
|
||
|
}
|
||
|
|
||
|
#endif // PlatformString_h
|