Bug 1427512 - Part 13: Remove nsIDOMCSSUnknownRule. r=xidorn draft
authorCameron McCormack <cam@mcc.id.au>
Mon, 01 Jan 2018 20:18:46 +1100
changeset 717714 0b914555e6b2f6fd679327d35c30944a0b7feab0
parent 717713 17d33ed1b4099d4dce636457367dac698a46493b
child 717715 597ce01341115692b3447f2666bf903e11eb9b6a
push id94746
push userbmo:cam@mcc.id.au
push dateTue, 09 Jan 2018 10:21:54 +0000
reviewersxidorn
bugs1427512
milestone59.0a1
Bug 1427512 - Part 13: Remove nsIDOMCSSUnknownRule. r=xidorn MozReview-Commit-ID: FnZbXkGQWNq
dom/interfaces/css/moz.build
dom/interfaces/css/nsIDOMCSSUnknownRule.idl
--- a/dom/interfaces/css/moz.build
+++ b/dom/interfaces/css/moz.build
@@ -10,16 +10,15 @@ with Files("**"):
 XPIDL_SOURCES += [
     'nsIDOMCounter.idl',
     'nsIDOMCSSPrimitiveValue.idl',
     'nsIDOMCSSRule.idl',
     'nsIDOMCSSRuleList.idl',
     'nsIDOMCSSStyleDeclaration.idl',
     'nsIDOMCSSStyleRule.idl',
     'nsIDOMCSSStyleSheet.idl',
-    'nsIDOMCSSUnknownRule.idl',
     'nsIDOMCSSValue.idl',
     'nsIDOMCSSValueList.idl',
     'nsIDOMRect.idl',
 ]
 
 XPIDL_MODULE = 'dom_css'
 
deleted file mode 100644
--- a/dom/interfaces/css/nsIDOMCSSUnknownRule.idl
+++ /dev/null
@@ -1,11 +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 "nsISupports.idl"
-
-[scriptable, uuid(98f4c27b-fb35-4355-8fd9-546c4697d71a)]
-interface nsIDOMCSSUnknownRule : nsISupports
-{
-};