Index: Source/core/frame/csp/ContentSecurityPolicy.h |
diff --git a/Source/core/frame/csp/ContentSecurityPolicy.h b/Source/core/frame/csp/ContentSecurityPolicy.h |
index a2aaf590a1a12e8519a8e42fbed7cc6fb2ca8584..19e165b049a742a2bc8b2c2634eb4ed84dfcbb8c 100644 |
--- a/Source/core/frame/csp/ContentSecurityPolicy.h |
+++ b/Source/core/frame/csp/ContentSecurityPolicy.h |
@@ -230,6 +230,7 @@ private: |
String m_disableEvalErrorMessage; |
OwnPtr<CSPSource> m_selfSource; |
+ String m_selfProtocol; |
}; |
} |