Bug 1381606, part 1 - Remove unused fields of nsIDOMHTMLUListElement. r=bz draft
authorAndrew McCreight <continuation@gmail.com>
Mon, 17 Jul 2017 12:43:55 -0700
changeset 610007 8a0af2707997b3f2087b8d0a012ce37418654967
parent 609979 1cbef35cbab926546c224c3d79a722624dc9901d
child 610008 ac1f0bdffa77ff5d08f9ea58b6887d909b3fb088
push id68752
push userbmo:continuation@gmail.com
push dateMon, 17 Jul 2017 20:00:46 +0000
reviewersbz
bugs1381606
milestone56.0a1
Bug 1381606, part 1 - Remove unused fields of nsIDOMHTMLUListElement. r=bz MozReview-Commit-ID: FozLLSU1rCe
dom/interfaces/html/nsIDOMHTMLUListElement.idl
--- a/dom/interfaces/html/nsIDOMHTMLUListElement.idl
+++ b/dom/interfaces/html/nsIDOMHTMLUListElement.idl
@@ -1,24 +1,11 @@
 /* -*- 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 "nsIDOMHTMLElement.idl"
-
-/**
- * The nsIDOMHTMLUListElement interface is the interface to a [X]HTML
- * ul element.
- *
- * This interface is trying to follow the DOM Level 2 HTML specification:
- * http://www.w3.org/TR/DOM-Level-2-HTML/
- *
- * with changes from the work-in-progress WHATWG HTML specification:
- * http://www.whatwg.org/specs/web-apps/current-work/
- */
+#include "nsISupports.idl"
 
 [uuid(8ba1ee8d-36a4-43fc-9148-5144c2a29c96)]
 interface nsIDOMHTMLUListElement : nsISupports
 {
-           attribute boolean          compact;
-           attribute DOMString        type;
 };