| Index: third_party/WebKit/Source/core/paint/PaintLayer.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.h b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| index d1063265d89951aabb9e88bd39535203288ef24a..41f9999dc843b87c11a5193666bb793e520ec57c 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| @@ -844,7 +844,7 @@ private:
|
| AncestorDependentCompositingInputs m_ancestorDependentCompositingInputs;
|
| OwnPtr<RareAncestorDependentCompositingInputs> m_rareAncestorDependentCompositingInputs;
|
|
|
| - OwnPtrWillBePersistent<PaintLayerScrollableArea> m_scrollableArea;
|
| + Persistent<PaintLayerScrollableArea> m_scrollableArea;
|
|
|
| mutable OwnPtr<ClipRectsCache> m_clipRectsCache;
|
|
|
|
|