diff options
Diffstat (limited to 'WebCore/dom/ClassNodeList.h')
| -rw-r--r-- | WebCore/dom/ClassNodeList.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/dom/ClassNodeList.h b/WebCore/dom/ClassNodeList.h index d40ee19..c519b3e 100644 --- a/WebCore/dom/ClassNodeList.h +++ b/WebCore/dom/ClassNodeList.h @@ -30,8 +30,8 @@ #ifndef ClassNodeList_h #define ClassNodeList_h -#include "ClassNames.h" #include "DynamicNodeList.h" +#include "SpaceSplitString.h" namespace WebCore { @@ -47,7 +47,7 @@ namespace WebCore { virtual bool nodeMatches(Element*) const; - ClassNames m_classNames; + SpaceSplitString m_classNames; }; } // namespace WebCore |
