diff options
Diffstat (limited to 'WebCore/dom/EventTarget.h')
-rw-r--r-- | WebCore/dom/EventTarget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/dom/EventTarget.h b/WebCore/dom/EventTarget.h index 3a3ec84..81d2c5a 100644 --- a/WebCore/dom/EventTarget.h +++ b/WebCore/dom/EventTarget.h @@ -40,8 +40,8 @@ namespace WebCore { class DOMApplicationCache; class Event; class EventListener; - class EventTargetNode; class MessagePort; + class Node; class ScriptExecutionContext; class SVGElementInstance; class Worker; @@ -54,7 +54,7 @@ namespace WebCore { class EventTarget { public: virtual MessagePort* toMessagePort(); - virtual EventTargetNode* toNode(); + virtual Node* toNode(); virtual XMLHttpRequest* toXMLHttpRequest(); virtual XMLHttpRequestUpload* toXMLHttpRequestUpload(); #if ENABLE(OFFLINE_WEB_APPLICATIONS) |