Show
Ignore:
Timestamp:
07/30/08 15:12:45 (5 months ago)
Author:
odole
Message:

merge with webkit revision 35445

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/WebCore/bindings/js/JSEventTargetBase.cpp

    r414 r424  
    3131#include "JSEventListener.h" 
    3232#include "JSEventTargetNode.h" 
     33#include "JSXMLHttpRequestUpload.h" 
    3334#include <kjs/Error.h> 
    3435 
     
    273274        return ScriptInterpreter::getDOMObject(xhr); 
    274275 
     276    if (XMLHttpRequestUpload* upload = target->toXMLHttpRequestUpload()) 
     277        return toJS(exec, upload); 
     278 
    275279#if ENABLE(OFFLINE_WEB_APPLICATIONS) 
    276280    if (DOMApplicationCache* cache = target->toDOMApplicationCache())