| Index: third_party/WebKit/Source/core/frame/Location.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/Location.cpp b/third_party/WebKit/Source/core/frame/Location.cpp
|
| index 41184f71653ecfc3bb005c61e03ed36664170f8f..5a4b03da7928fc5ae0e4641cef8349d3b5a71228 100644
|
| --- a/third_party/WebKit/Source/core/frame/Location.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Location.cpp
|
| @@ -123,7 +123,7 @@ PassRefPtrWillBeRawPtr<DOMStringList> Location::ancestorOrigins() const
|
| if (!m_frame)
|
| return origins.release();
|
| for (Frame* frame = m_frame->tree().parent(); frame; frame = frame->tree().parent())
|
| - origins->append(frame->securityContext()->securityOrigin()->toString());
|
| + origins->append(frame->securityContext()->getSecurityOrigin()->toString());
|
| return origins.release();
|
| }
|
|
|
|
|