don't discard iframe children.
[kdelibs.git] / khtml / compat / CSSPrimitiveValue.h
blob7083a5f9119974a27fe037c180cd05ee87eb9eac
1 #ifndef CSSPrimitiveValue_h
2 #define CSSPrimitiveValue_h
4 #include "css_valueimpl.h"
6 namespace WebCore
8 using namespace DOM;
9 using namespace khtml;
10 typedef CSSPrimitiveValueImpl CSSPrimitiveValue;
11 } // namespace WebCore
13 #endif