KHTML
AtomicString.h
Go to the documentation of this file.00001 #ifndef AtomicString_h 00002 #define AtomicString_h 00003 00004 #include "dom/dom_string.h" 00005 00006 namespace WebCore 00007 { 00008 using namespace DOM; 00009 typedef DOMString AtomicString; 00010 } 00011 00012 #endif // AtomicString_h