Index: Source/core/loader/FrameFetchContext.cpp |
diff --git a/Source/core/loader/FrameFetchContext.cpp b/Source/core/loader/FrameFetchContext.cpp |
index 226cec882ad1009ff374d4543a9bd7c0ec745e1e..6e58267b0386478749175cfd5cc932862a01f498 100644 |
--- a/Source/core/loader/FrameFetchContext.cpp |
+++ b/Source/core/loader/FrameFetchContext.cpp |
@@ -540,11 +540,6 @@ bool FrameFetchContext::isMainFrame() const |
return frame()->isMainFrame(); |
} |
-bool FrameFetchContext::hasSubstituteData() const |
-{ |
- return m_documentLoader && m_documentLoader->substituteData().isValid(); |
-} |
- |
bool FrameFetchContext::defersLoading() const |
{ |
return frame()->page()->defersLoading(); |