| Index: third_party/WebKit/WebCore/dom/CharacterData.h
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/dom/CharacterData.h (revision 9310)
|
| +++ third_party/WebKit/WebCore/dom/CharacterData.h (working copy)
|
| @@ -23,11 +23,11 @@
|
| #ifndef CharacterData_h
|
| #define CharacterData_h
|
|
|
| -#include "EventTargetNode.h"
|
| +#include "Node.h"
|
|
|
| namespace WebCore {
|
|
|
| -class CharacterData : public EventTargetNode {
|
| +class CharacterData : public Node {
|
| public:
|
| CharacterData(Document*, const String& text, bool isText = false);
|
| CharacterData(Document*, bool isText = false);
|
|
|