Index: third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h |
diff --git a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h |
index a23597ca00044b5941e16af566ae619ffed59c20..60c51e58e7955f4f0d1fe560eb959ebca697477e 100644 |
--- a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h |
+++ b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h |
@@ -293,7 +293,7 @@ private: |
// An enum corresponding to the allowed string values for the responseType attribute. |
ResponseTypeCode m_responseTypeCode; |
- RefPtr<SecurityOrigin> m_securityOrigin; |
+ RefPtr<SecurityOrigin> m_isolatedWorldSecurityOrigin; |
// This blob loader will be used if |m_downloadingToFile| is true and |
// |m_responseTypeCode| is NOT ResponseTypeBlob. |