Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
index bdb9f83799b35ebb9e31f8519a1466cb35af12bf..771fe2c0acb10173f3e4bbf485e89cc5969bb87b 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
@@ -1352,7 +1352,7 @@ bool WebLocalFrameImpl::getPrintPresetOptionsForPlugin(const WebNode& node, WebP |
bool WebLocalFrameImpl::hasCustomPageSizeStyle(int pageIndex) |
{ |
- return frame()->document()->styleForPage(pageIndex)->pageSizeType() != PAGE_SIZE_AUTO; |
+ return frame()->document()->styleForPage(pageIndex)->getPageSizeType() != PAGE_SIZE_AUTO; |
} |
bool WebLocalFrameImpl::isPageBoxVisible(int pageIndex) |