diff --git a/mozilla/content/shared/public/nsLayoutAtomList.h b/mozilla/content/shared/public/nsLayoutAtomList.h index 04e38cf6559..cd76af0db4c 100644 --- a/mozilla/content/shared/public/nsLayoutAtomList.h +++ b/mozilla/content/shared/public/nsLayoutAtomList.h @@ -104,6 +104,7 @@ LAYOUT_ATOM(collapseOffsetProperty, "CollapseOffsetProperty") LAYOUT_ATOM(inlineFrameAnnotation, "InlineFrameAnnotation") LAYOUT_ATOM(maxElementSizeProperty, "MaxElementSizeProperty") LAYOUT_ATOM(overflowProperty, "OverflowProperty") +LAYOUT_ATOM(overflowLinesProperty, "OverflowLinesProperty") LAYOUT_ATOM(viewProperty, "ViewProperty") #ifdef DEBUG diff --git a/mozilla/layout/base/nsLayoutAtomList.h b/mozilla/layout/base/nsLayoutAtomList.h index 04e38cf6559..cd76af0db4c 100644 --- a/mozilla/layout/base/nsLayoutAtomList.h +++ b/mozilla/layout/base/nsLayoutAtomList.h @@ -104,6 +104,7 @@ LAYOUT_ATOM(collapseOffsetProperty, "CollapseOffsetProperty") LAYOUT_ATOM(inlineFrameAnnotation, "InlineFrameAnnotation") LAYOUT_ATOM(maxElementSizeProperty, "MaxElementSizeProperty") LAYOUT_ATOM(overflowProperty, "OverflowProperty") +LAYOUT_ATOM(overflowLinesProperty, "OverflowLinesProperty") LAYOUT_ATOM(viewProperty, "ViewProperty") #ifdef DEBUG diff --git a/mozilla/layout/base/public/nsLayoutAtomList.h b/mozilla/layout/base/public/nsLayoutAtomList.h index 04e38cf6559..cd76af0db4c 100644 --- a/mozilla/layout/base/public/nsLayoutAtomList.h +++ b/mozilla/layout/base/public/nsLayoutAtomList.h @@ -104,6 +104,7 @@ LAYOUT_ATOM(collapseOffsetProperty, "CollapseOffsetProperty") LAYOUT_ATOM(inlineFrameAnnotation, "InlineFrameAnnotation") LAYOUT_ATOM(maxElementSizeProperty, "MaxElementSizeProperty") LAYOUT_ATOM(overflowProperty, "OverflowProperty") +LAYOUT_ATOM(overflowLinesProperty, "OverflowLinesProperty") LAYOUT_ATOM(viewProperty, "ViewProperty") #ifdef DEBUG