| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index 15bb79a2e478a3ef05664e29be03019198267300..f42226205775d7df98216f125d44c20a63f005cc 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -2265,7 +2265,7 @@ PassRefPtr<ComputedStyle> Document::styleForPage(int pageIndex) {
|
|
|
| bool Document::isPageBoxVisible(int pageIndex) {
|
| return styleForPage(pageIndex)->visibility() !=
|
| - EVisibility::Hidden; // display property doesn't apply to @page.
|
| + EVisibility::kHidden; // display property doesn't apply to @page.
|
| }
|
|
|
| void Document::pageSizeAndMarginsInPixels(int pageIndex,
|
|
|