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