diff --git a/dom/interfaces/base/nsIDOMWindow.idl.orig b/dom/interfaces/base/nsIDOMWindow.idl.orig deleted file mode 100644 index 73a3b1911bf0..000000000000 --- a/dom/interfaces/base/nsIDOMWindow.idl.orig +++ /dev/null @@ -1,523 +0,0 @@ -/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -#include "domstubs.idl" - -interface nsIFrameRequestCallback; -interface nsIControllers; -interface nsIDOMBlob; -interface nsIDOMLocation; -interface nsIDOMMediaQueryList; -interface nsIDOMOfflineResourceList; -interface nsIDOMPerformance; -interface nsIDOMStorage; -interface nsIPrompt; -interface nsISelection; -interface nsIVariant; - -[scriptable, uuid(8fc58f56-f769-4368-a098-edd08550cf1a)] -interface nsIDOMMozURLProperty : nsISupports -{ - DOMString createObjectURL(in nsIDOMBlob blob); - void revokeObjectURL(in DOMString URL); -}; - -/** - * The nsIDOMWindow interface is the primary interface for a DOM - * window object. It represents a single window object that may - * contain child windows if the document in the window contains a - * HTML frameset document or if the document contains iframe elements. - * - * @see - */ - -<<<<<<< HEAD -[scriptable, uuid(a89569e6-4fef-49a5-a19b-612ac481fa2e)] -======= -[scriptable, uuid(A1AF6CD9-C6E7-4037-99F8-DBCA1B03E345)] ->>>>>>> Bug 754997 - For