| Index: Source/core/loader/MixedContentChecker.h
|
| diff --git a/Source/core/loader/MixedContentChecker.h b/Source/core/loader/MixedContentChecker.h
|
| index 200e35ba253bb9cb5d1cb43807a85a5864c00596..f324a02ace2c06d4f5cdcca051ec72338ac63311 100644
|
| --- a/Source/core/loader/MixedContentChecker.h
|
| +++ b/Source/core/loader/MixedContentChecker.h
|
| @@ -78,7 +78,7 @@ private:
|
|
|
| static LocalFrame* inWhichFrameIsContentMixed(LocalFrame*, WebURLRequest::FrameType, const KURL&);
|
|
|
| - static ContextType contextTypeFromContext(WebURLRequest::RequestContext);
|
| + static ContextType contextTypeFromContext(WebURLRequest::RequestContext, LocalFrame*);
|
| static const char* typeNameFromContext(WebURLRequest::RequestContext);
|
| static void logToConsoleAboutFetch(LocalFrame*, const KURL&, WebURLRequest::RequestContext, bool allowed);
|
| static void logToConsoleAboutWebSocket(LocalFrame*, const KURL&, bool allowed);
|
|
|