| Index: third_party/WebKit/Source/core/layout/ng/ng_box_fragment.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_box_fragment.cc b/third_party/WebKit/Source/core/layout/ng/ng_box_fragment.cc
|
| index 40d77d47304912c031e3a123903a1011dfaab840..cda163878d7a046513c72502aa33c946e166e3e8 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_box_fragment.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_box_fragment.cc
|
| @@ -9,7 +9,7 @@
|
|
|
| namespace blink {
|
|
|
| -NGMarginStrut NGBoxFragment::MarginStrut() const {
|
| +NGDeprecatedMarginStrut NGBoxFragment::MarginStrut() const {
|
| WRITING_MODE_IGNORED(
|
| "Accessing the margin strut is fine here. Changing the writing mode"
|
| "establishes a new formatting context, for which a margin strut is never"
|
|
|