| Index: third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| index 7cfc428bafa07e0b2b4043ee0f3a013f13cd560c..1840c76968b86b82555a6b606840c4fb3ebadce6 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -52,8 +52,7 @@ enum StyleRecalcChange {
|
| IndependentInherit,
|
| Inherit,
|
| Force,
|
| - Reattach,
|
| - ReattachNoLayoutObject
|
| + Reattach
|
| };
|
|
|
| // Static pseudo styles. Dynamic ones are produced on the fly.
|
|
|