Bug 1361051: rename mozilla::FrameType to mozilla::LayoutFrameType. r=xidorn
This avoids conflicts with mozilla::dom::FrameType. MozReview-Commit-ID: 7aEMbHRaTFk
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
||||
};
|
||||
|
||||
nsImageControlFrame::nsImageControlFrame(nsStyleContext* aContext)
|
||||
: nsImageFrame(aContext, FrameType::ImageControl)
|
||||
: nsImageFrame(aContext, LayoutFrameType::ImageControl)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user