| Index: third_party/WebKit/Source/web/LinkHighlightImpl.h
|
| diff --git a/third_party/WebKit/Source/web/LinkHighlightImpl.h b/third_party/WebKit/Source/web/LinkHighlightImpl.h
|
| index dacd07e92fb3256c5ac57679d3aabbdcb6f44d94..0fb4b023fae287c728cdd8228377e5ff64796300 100644
|
| --- a/third_party/WebKit/Source/web/LinkHighlightImpl.h
|
| +++ b/third_party/WebKit/Source/web/LinkHighlightImpl.h
|
| @@ -95,7 +95,7 @@ private:
|
| OwnPtr<WebLayer> m_clipLayer;
|
| Path m_path;
|
|
|
| - RefPtrWillBePersistent<Node> m_node;
|
| + Persistent<Node> m_node;
|
| WebViewImpl* m_owningWebViewImpl;
|
| GraphicsLayer* m_currentGraphicsLayer;
|
| OwnPtr<CompositorAnimationPlayer> m_compositorPlayer;
|
|
|