Index: Source/core/loader/MixedContentChecker.h |
diff --git a/Source/core/loader/MixedContentChecker.h b/Source/core/loader/MixedContentChecker.h |
index e749b679e60fa262a7aa86fec1c397da4e6ec4fd..07b0f70f0e5b2b1136b7eeccd182485d2f691898 100644 |
--- a/Source/core/loader/MixedContentChecker.h |
+++ b/Source/core/loader/MixedContentChecker.h |
@@ -58,10 +58,8 @@ public: |
{ |
return canRunInsecureContentInternal(securityOrigin, url, MixedContentChecker::Execution); |
} |
- bool canConnectInsecureWebSocket(SecurityOrigin* securityOrigin, const KURL& url) const |
- { |
- return canRunInsecureContentInternal(securityOrigin, url, MixedContentChecker::WebSocket); |
- } |
+ |
+ bool canConnectInsecureWebSocket(SecurityOrigin*, const KURL&) const; |
static bool isMixedContent(SecurityOrigin*, const KURL&); |
private: |