| Index: Source/core/style/ComputedStyle.h
|
| diff --git a/Source/core/style/ComputedStyle.h b/Source/core/style/ComputedStyle.h
|
| index 68ca01277030a20107a4f3a6ec9bb19d641c3f78..e7d016abee30647352673f53bc07e5d62324eb84 100644
|
| --- a/Source/core/style/ComputedStyle.h
|
| +++ b/Source/core/style/ComputedStyle.h
|
| @@ -262,7 +262,7 @@ protected:
|
| unsigned pageBreakInside : 2; // EPageBreak
|
|
|
| unsigned styleType : 6; // PseudoId
|
| - unsigned pseudoBits : 8;
|
| + unsigned pseudoBits : 9; // # public pseudoIds - 1
|
| unsigned explicitInheritance : 1; // Explicitly inherits a non-inherited property
|
| unsigned unique : 1; // Style can not be shared.
|
|
|
|
|