Index: third_party/WebKit/Source/core/dom/SecurityContext.h |
diff --git a/third_party/WebKit/Source/core/dom/SecurityContext.h b/third_party/WebKit/Source/core/dom/SecurityContext.h |
index c15a4edb2782dfc3f696b6e0fa95ea7bb0375806..de0a1e07cae4221c5e8458b571bcbc390883456c 100644 |
--- a/third_party/WebKit/Source/core/dom/SecurityContext.h |
+++ b/third_party/WebKit/Source/core/dom/SecurityContext.h |
@@ -89,7 +89,6 @@ protected: |
void setContentSecurityPolicy(PassRefPtrWillBeRawPtr<ContentSecurityPolicy>); |
- void didFailToInitializeSecurityOrigin() { m_haveInitializedSecurityOrigin = false; } |
bool haveInitializedSecurityOrigin() const { return m_haveInitializedSecurityOrigin; } |
private: |