| Index: third_party/WebKit/Source/core/page/ScopedPageLoadDeferrer.h
 | 
| diff --git a/third_party/WebKit/Source/core/page/ScopedPageLoadDeferrer.h b/third_party/WebKit/Source/core/page/ScopedPageLoadDeferrer.h
 | 
| index 93e31fee9792b21b23d0f358dcbf1fe9419ef7df..a129e0e7fc27eafd3983ee6af7181b84248f9843 100644
 | 
| --- a/third_party/WebKit/Source/core/page/ScopedPageLoadDeferrer.h
 | 
| +++ b/third_party/WebKit/Source/core/page/ScopedPageLoadDeferrer.h
 | 
| @@ -40,7 +40,7 @@ public:
 | 
|  private:
 | 
|      void setDefersLoading(bool);
 | 
|  
 | 
| -    Vector<RefPtrWillBePersistent<LocalFrame>, 16> m_deferredFrames;
 | 
| +    Vector<Persistent<LocalFrame>, 16> m_deferredFrames;
 | 
|  };
 | 
|  
 | 
|  } // namespace blink
 | 
| 
 |