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 a129e0e7fc27eafd3983ee6af7181b84248f9843..f0c66475873ca82e20b638793e13265582196fb0 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<Persistent<LocalFrame>, 16> m_deferredFrames; |
+ Vector<Persistent<Page>, 16> m_deferredPages; |
}; |
} // namespace blink |