Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 346064
Collapse All | Expand All

(-)js/qx/ui/embed/Iframe.js (-1 / +1 lines)
Lines 86-92 Link Here
86
        // Find iframe instance and call onload
86
        // Find iframe instance and call onload
87
        if( obj._QxIframe ) {
87
        if( obj._QxIframe ) {
88
          obj._QxIframe._onload();
88
          obj._QxIframe._onload();
89
        } else {
89
        } else if( obj.parentNode ) {
90
          throw new Error("Could not find iframe which was loaded [B]!");
90
          throw new Error("Could not find iframe which was loaded [B]!");
91
        }
91
        }
92
      } catch( ex ) {
92
      } catch( ex ) {

Return to bug 346064