| Index: Source/core/style/ComputedStyle.h
|
| diff --git a/Source/core/style/ComputedStyle.h b/Source/core/style/ComputedStyle.h
|
| index 378a1022d4d06a822e9b1c2ed7e82935bb863183..b77c3641a924cc50c2fd772e86c937fe5b42e4d2 100644
|
| --- a/Source/core/style/ComputedStyle.h
|
| +++ b/Source/core/style/ComputedStyle.h
|
| @@ -260,7 +260,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.
|
|
|
|
|