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 42981f29158d71e337b3ca41ac79525877ea5ebe..2a28fab1e5e6925ffe7f4d3a4fbeb02656f76888 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayer.h |
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.h |
@@ -848,7 +848,7 @@ private: |
AncestorDependentCompositingInputs m_ancestorDependentCompositingInputs; |
OwnPtr<RareAncestorDependentCompositingInputs> m_rareAncestorDependentCompositingInputs; |
- OwnPtrWillBePersistent<PaintLayerScrollableArea> m_scrollableArea; |
+ Persistent<PaintLayerScrollableArea> m_scrollableArea; |
mutable OwnPtr<ClipRectsCache> m_clipRectsCache; |