| Index: third_party/WebKit/Source/core/layout/LayoutPagedFlowThread.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/layout/LayoutPagedFlowThread.cpp b/third_party/WebKit/Source/core/layout/LayoutPagedFlowThread.cpp
 | 
| index 21ef32aa1f3ef7f794fcc03a18b684f8633cfbfb..4fc0a21c7f10c744835608337a31d2a17beab342 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/LayoutPagedFlowThread.cpp
 | 
| +++ b/third_party/WebKit/Source/core/layout/LayoutPagedFlowThread.cpp
 | 
| @@ -12,7 +12,7 @@ LayoutPagedFlowThread* LayoutPagedFlowThread::createAnonymous(Document& document
 | 
|  {
 | 
|      LayoutPagedFlowThread* pagedFlowThread = new LayoutPagedFlowThread();
 | 
|      pagedFlowThread->setDocumentForAnonymous(&document);
 | 
| -    pagedFlowThread->setStyle(ComputedStyle::createAnonymousStyleWithDisplay(parentStyle, BLOCK));
 | 
| +    pagedFlowThread->setStyle(ComputedStyle::createAnonymousStyleWithDisplay(parentStyle, EDisplay::Block));
 | 
|      return pagedFlowThread;
 | 
|  }
 | 
|  
 | 
| 
 |