From cc9a01f42cc755f1a1617e10df29c8b2326e96fc Mon Sep 17 00:00:00 2001 From: "scootermorris%comcast.net" Date: Thu, 23 Feb 2006 22:52:12 +0000 Subject: [PATCH] Fix for bug 328137 r=tor --- layout/svg/base/src/nsSVGStopFrame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/svg/base/src/nsSVGStopFrame.cpp b/layout/svg/base/src/nsSVGStopFrame.cpp index f75ff977116..be01bb8c9d5 100644 --- a/layout/svg/base/src/nsSVGStopFrame.cpp +++ b/layout/svg/base/src/nsSVGStopFrame.cpp @@ -51,7 +51,7 @@ // events and propogate them to the parent. Most of the heavy lifting is done // within the nsSVGGradientFrame, which is the parent for this frame -typedef nsContainerFrame nsSVGStopFrameBase; +typedef nsFrame nsSVGStopFrameBase; class nsSVGStopFrame : public nsSVGStopFrameBase, public nsISVGValueObserver,