| Index: third_party/WebKit/Source/core/dom/SecurityContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/SecurityContext.cpp b/third_party/WebKit/Source/core/dom/SecurityContext.cpp
|
| index a37ff6b8230baa1b56ff5bf886d6a06243d97da4..359d1b105f87606827aa049bd32d80375a2f2592 100644
|
| --- a/third_party/WebKit/Source/core/dom/SecurityContext.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/SecurityContext.cpp
|
| @@ -53,6 +53,7 @@ void SecurityContext::setSecurityOrigin(PassRefPtr<SecurityOrigin> securityOrigi
|
| {
|
| m_securityOrigin = securityOrigin;
|
| m_haveInitializedSecurityOrigin = true;
|
| + didUpdateSecurityOrigin();
|
| }
|
|
|
| void SecurityContext::setContentSecurityPolicy(PassRefPtrWillBeRawPtr<ContentSecurityPolicy> contentSecurityPolicy)
|
|
|