Chromium Code Reviews| 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 8e36d7730de6091ace849034958433a04a465a25..b6e367c1af11950985cbbf95c4d7c9dee8c3f62d 100644 |
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
| @@ -50,8 +50,7 @@ enum StyleRecalcChange { |
| IndependentInherit, |
| Inherit, |
| Force, |
| - Reattach, |
| - ReattachNoLayoutObject |
| + Reattach |
| }; |
| // Static pseudo styles. Dynamic ones are produced on the fly. |