repo.or.cz
/
kdelibs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
don't discard iframe children.
[kdelibs.git]
/
khtml
/
compat
/
CSSValueList.h
blob
018c6c92f0840c7b75095898a024924a4014b349
1
#ifndef CSSValueList_h
2
#define CSSValueList_h
3
4
#include
"css_valueimpl.h"
5
6
namespace
WebCore
7
{
8
//using namespace khtml;
9
//using namespace DOM;
10
typedef DOM
::
CSSValueListImpl CSSValueList
;
11
}
// namespace WebCore
12
13
#endif