| Index: Source/core/frame/csp/CSPSourceList.h
|
| diff --git a/Source/core/frame/csp/CSPSourceList.h b/Source/core/frame/csp/CSPSourceList.h
|
| index 982677dab352541cf6b918daf672339684ef4364..3f29a52214c228cbccf05b7522dff1ee6a8df944 100644
|
| --- a/Source/core/frame/csp/CSPSourceList.h
|
| +++ b/Source/core/frame/csp/CSPSourceList.h
|
| @@ -51,6 +51,7 @@ private:
|
| ContentSecurityPolicy* m_policy;
|
| Vector<CSPSource> m_list;
|
| String m_directiveName;
|
| + bool m_allowSelf;
|
| bool m_allowStar;
|
| bool m_allowInline;
|
| bool m_allowEval;
|
|
|