Bug 1409633 - Drop mClone in SVGUseElement. r?heycam draft
authorHiroyuki Ikezoe <hikezoe@mozilla.com>
Wed, 18 Oct 2017 14:28:47 +0900
changeset 682131 f7260de9d8661aff0eeff9a9f04a3a807fd8aa40
parent 681956 f78d5947333422ab09ec23e3dab0d48538c9d6ad
child 736312 a70f087270981d0fe32bc61a095772d853a9dedf
push id85015
push userhikezoe@mozilla.com
push dateWed, 18 Oct 2017 05:29:03 +0000
reviewersheycam
bugs1409633, 1393791
milestone58.0a1
Bug 1409633 - Drop mClone in SVGUseElement. r?heycam It has been moved into nsSVGUseFrame in bug 1393791. MozReview-Commit-ID: B5ReYZA4AyR
dom/svg/SVGUseElement.h
--- a/dom/svg/SVGUseElement.h
+++ b/dom/svg/SVGUseElement.h
@@ -124,17 +124,16 @@ protected:
   nsSVGLength2 mLengthAttributes[4];
   static LengthInfo sLengthInfo[4];
 
   enum { HREF, XLINK_HREF };
   nsSVGString mStringAttributes[2];
   static StringInfo sStringInfo[2];
 
   nsCOMPtr<nsIContent> mOriginal; // if we've been cloned, our "real" copy
-  nsCOMPtr<nsIContent> mClone;    // cloned tree
   ElementTracker       mReferencedElementTracker;
   RefPtr<URLExtraData> mContentURLData; // URL data for its anonymous content
 };
 
 } // namespace dom
 } // namespace mozilla
 
 #endif // mozilla_dom_SVGUseElement_h