Chromium Code Reviews| Index: Source/core/dom/SecurityContext.cpp |
| diff --git a/Source/core/dom/SecurityContext.cpp b/Source/core/dom/SecurityContext.cpp |
| index bdb1e20ceef8ce0540f2b2250d2649b6c1e07b52..9a139928d30c857391deaefae3f602c38c326bba 100644 |
| --- a/Source/core/dom/SecurityContext.cpp |
| +++ b/Source/core/dom/SecurityContext.cpp |
| @@ -35,6 +35,7 @@ namespace blink { |
| SecurityContext::SecurityContext() |
| : m_haveInitializedSecurityOrigin(false) |
| , m_sandboxFlags(SandboxNone) |
| + , m_hostedInReservedIPRange(false) |
| { |
| } |