diff --git a/mozilla/layout/html/table/src/nsTableFrame.cpp b/mozilla/layout/html/table/src/nsTableFrame.cpp index 718136af383..952d9a34812 100644 --- a/mozilla/layout/html/table/src/nsTableFrame.cpp +++ b/mozilla/layout/html/table/src/nsTableFrame.cpp @@ -6491,7 +6491,7 @@ CalcHorCornerOffset(PRUint8 aCornerOwnerSide, struct BCVerticalSeg { - BCVerticalSeg::BCVerticalSeg(); + BCVerticalSeg(); void Start(BCMapBorderIterator& aIter, BCBorderOwner aBorderOwner, @@ -6556,7 +6556,7 @@ BCVerticalSeg::Start(BCMapBorderIterator& aIter, struct BCHorizontalSeg { - BCHorizontalSeg::BCHorizontalSeg(); + BCHorizontalSeg(); void Start(BCMapBorderIterator& aIter, BCBorderOwner aBorderOwner, diff --git a/mozilla/layout/tables/nsTableFrame.cpp b/mozilla/layout/tables/nsTableFrame.cpp index 718136af383..952d9a34812 100644 --- a/mozilla/layout/tables/nsTableFrame.cpp +++ b/mozilla/layout/tables/nsTableFrame.cpp @@ -6491,7 +6491,7 @@ CalcHorCornerOffset(PRUint8 aCornerOwnerSide, struct BCVerticalSeg { - BCVerticalSeg::BCVerticalSeg(); + BCVerticalSeg(); void Start(BCMapBorderIterator& aIter, BCBorderOwner aBorderOwner, @@ -6556,7 +6556,7 @@ BCVerticalSeg::Start(BCMapBorderIterator& aIter, struct BCHorizontalSeg { - BCHorizontalSeg::BCHorizontalSeg(); + BCHorizontalSeg(); void Start(BCMapBorderIterator& aIter, BCBorderOwner aBorderOwner,