Commit 7b552b19 authored by mconnor@steelgryphon.com's avatar mconnor@steelgryphon.com
Browse files

backing out bug 347743 due to major crasher in 386332

parent 1e873a43
Loading
Loading
Loading
Loading
+0 −6
Original line number Original line Diff line number Diff line
@@ -1053,12 +1053,6 @@ class nsIWidget : public nsISupports {
     */
     */
    NS_IMETHOD GetAnimatedResize(PRUint16* aAnimation) = 0;
    NS_IMETHOD GetAnimatedResize(PRUint16* aAnimation) = 0;


    /*
     * Return the the nearest ancestor widget which does not have a
     * Gecko parent.
     */
    virtual nsIWidget* GetTopLevelWindow(void) = 0;

protected:
protected:
    // keep the list of children.  We also keep track of our siblings.
    // keep the list of children.  We also keep track of our siblings.
    // The ownership model is as follows: parent holds a strong ref to
    // The ownership model is as follows: parent holds a strong ref to