| Index: Source/web/WebFrame.cpp
|
| diff --git a/Source/web/WebFrame.cpp b/Source/web/WebFrame.cpp
|
| index 85054aad547e8a42316697e9837078b31d4d1204..2f6c4e17c7a4beeda43f992864bd0a320a1eef6c 100644
|
| --- a/Source/web/WebFrame.cpp
|
| +++ b/Source/web/WebFrame.cpp
|
| @@ -98,6 +98,11 @@ void WebFrame::detach()
|
| toCoreFrame(this)->detach();
|
| }
|
|
|
| +WebSecurityOrigin WebFrame::securityOrigin() const
|
| +{
|
| + return WebSecurityOrigin(toCoreFrame(this)->securityContext()->securityOrigin());
|
| +}
|
| +
|
| WebFrame* WebFrame::opener() const
|
| {
|
| return m_opener;
|
|
|