| Index: third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp b/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
|
| index 7f8600750a4b8fabf4ae6ca25b0db0b993844ed3..0169ed7b1e440182ac657d77ca25080684783982 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
|
| @@ -562,7 +562,7 @@ PassRefPtr<ComputedStyle> StyleResolver::styleForDocument(Document& document) {
|
| // document element so that the common case doesn't need to create a new
|
| // ComputedStyle in Document::inheritHtmlAndBodyElementStyles.
|
| documentStyle->setDisplay(EDisplay::Block);
|
| - documentStyle->setPosition(AbsolutePosition);
|
| + documentStyle->setPosition(EPosition::kAbsolute);
|
|
|
| // Document::inheritHtmlAndBodyElementStyles will set the final overflow
|
| // style values, but they should initially be auto to avoid premature
|
|
|