| Index: Source/core/frame/Location.cpp
|
| diff --git a/Source/core/frame/Location.cpp b/Source/core/frame/Location.cpp
|
| index b3da88c61d3118973cbf4eb701d81a56197105e9..e0922ef92ef2dfbaca7008e65bd3354ea743e91d 100644
|
| --- a/Source/core/frame/Location.cpp
|
| +++ b/Source/core/frame/Location.cpp
|
| @@ -120,7 +120,7 @@ String Location::origin() const
|
|
|
| PassRefPtrWillBeRawPtr<DOMStringList> Location::ancestorOrigins() const
|
| {
|
| - RefPtrWillBeRawPtr<DOMStringList> origins = DOMStringList::create();
|
| + RefPtrWillBeRawPtr<DOMStringList> origins = DOMStringList::create(DOMStringList::Location);
|
| if (!m_frame)
|
| return origins.release();
|
| for (Frame* frame = m_frame->tree().parent(); frame; frame = frame->tree().parent())
|
|
|