Index: Source/core/loader/FrameFetchContext.h |
diff --git a/Source/core/loader/FrameFetchContext.h b/Source/core/loader/FrameFetchContext.h |
index 35c6d7071c34102571daaa16d001bb3bb0ede6fd..de5c5165521c4336a8b30bf01027957ce39926bb 100644 |
--- a/Source/core/loader/FrameFetchContext.h |
+++ b/Source/core/loader/FrameFetchContext.h |
@@ -117,6 +117,7 @@ private: |
LocalFrame* frame() const; // Can be null |
void printAccessDeniedMessage(const KURL&) const; |
+ ResourceRequestBlockedReason canRequestInternal(Resource::Type, const ResourceRequest&, const KURL&, const ResourceLoaderOptions&, bool forPreload, FetchRequest::OriginRestriction) const; |
// FIXME: Oilpan: Ideally this should just be a traced Member but that will |
// currently leak because ComputedStyle and its data are not on the heap. |