Commit 5a81f80c authored by longsonr%gmail.com's avatar longsonr%gmail.com
Browse files

Bug 319786 - backout unrelated changes

parent 27faef49
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -86,12 +86,6 @@ nsSVGForeignObjectFrame::nsSVGForeignObjectFrame(nsStyleContext* aContext)
{
}

void nsSVGForeignObjectFrame::Destroy()
{
  nsSVGUtils::StyleEffects(this);
  nsSVGForeignObjectFrameBase::Destroy();
}

//----------------------------------------------------------------------
// nsISupports methods

+0 −1
Original line number Diff line number Diff line
@@ -60,7 +60,6 @@ class nsSVGForeignObjectFrame : public nsSVGForeignObjectFrameBase,
  NS_NewSVGForeignObjectFrame(nsIPresShell* aPresShell, nsIContent* aContent, nsStyleContext* aContext);
protected:
  nsSVGForeignObjectFrame(nsStyleContext* aContext);
  virtual void Destroy();
  
  // nsISupports interface:
  NS_IMETHOD QueryInterface(const nsIID& aIID, void** aInstancePtr);
+0 −6
Original line number Diff line number Diff line
@@ -72,12 +72,6 @@ NS_NewSVGGFrame(nsIPresShell* aPresShell, nsIContent* aContent, nsStyleContext*
  return new (aPresShell) nsSVGGFrame(aContext);
}

void nsSVGGFrame::Destroy()
{
  nsSVGUtils::StyleEffects(this);
  nsSVGGFrameBase::Destroy();
}

nsIAtom *
nsSVGGFrame::GetType() const
{
+0 −1
Original line number Diff line number Diff line
@@ -54,7 +54,6 @@ class nsSVGGFrame : public nsSVGGFrameBase,
public:
  nsSVGGFrame(nsStyleContext* aContext) :
    nsSVGGFrameBase(aContext), mPropagateTransform(PR_TRUE) {}
  virtual void Destroy();

  /**
   * Get the "type" of the frame
+0 −7
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@ class nsSVGInnerSVGFrame : public nsSVGInnerSVGFrameBase,
  NS_NewSVGInnerSVGFrame(nsIPresShell* aPresShell, nsIContent* aContent, nsStyleContext* aContext);
protected:
  nsSVGInnerSVGFrame(nsStyleContext* aContext);
  virtual void Destroy();
  
   // nsISupports interface:
  NS_IMETHOD QueryInterface(const nsIID& aIID, void** aInstancePtr);
@@ -139,12 +138,6 @@ nsSVGInnerSVGFrame::nsSVGInnerSVGFrame(nsStyleContext* aContext) :
#endif
}

void nsSVGInnerSVGFrame::Destroy()
{
  nsSVGUtils::StyleEffects(this);
  nsSVGInnerSVGFrameBase::Destroy();
}

void
nsSVGInnerSVGFrame::UpdateCoordCtx()
{
Loading