Changeset 424 for trunk/WebCore/bindings/js/JSEventTargetBase.cpp
- Timestamp:
- 07/30/08 15:12:45 (5 months ago)
- Files:
-
- trunk/WebCore/bindings/js/JSEventTargetBase.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/WebCore/bindings/js/JSEventTargetBase.cpp
r414 r424 31 31 #include "JSEventListener.h" 32 32 #include "JSEventTargetNode.h" 33 #include "JSXMLHttpRequestUpload.h" 33 34 #include <kjs/Error.h> 34 35 … … 273 274 return ScriptInterpreter::getDOMObject(xhr); 274 275 276 if (XMLHttpRequestUpload* upload = target->toXMLHttpRequestUpload()) 277 return toJS(exec, upload); 278 275 279 #if ENABLE(OFFLINE_WEB_APPLICATIONS) 276 280 if (DOMApplicationCache* cache = target->toDOMApplicationCache())
