summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/layout/ng/ng_break_token.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/layout/ng/ng_break_token.h')
-rw-r--r--chromium/third_party/blink/renderer/core/layout/ng/ng_break_token.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/layout/ng/ng_break_token.h b/chromium/third_party/blink/renderer/core/layout/ng/ng_break_token.h
index 425499d563f..3ba26c03a14 100644
--- a/chromium/third_party/blink/renderer/core/layout/ng/ng_break_token.h
+++ b/chromium/third_party/blink/renderer/core/layout/ng/ng_break_token.h
@@ -89,7 +89,7 @@ class CORE_EXPORT NGBreakToken : public RefCounted<NGBreakToken> {
// The following bitfields are only to be used by NGInlineBreakToken (it's
// defined here to save memory, since that class has no bitfields).
- unsigned flags_ : 3; // NGInlineBreakTokenFlags
+ unsigned flags_ : 4; // NGInlineBreakTokenFlags
// The following bitfields are only to be used by NGBlockBreakToken (it's
// defined here to save memory, since that class has no bitfields).