| Index: third_party/WebKit/Source/web/WebFrame.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebFrame.cpp b/third_party/WebKit/Source/web/WebFrame.cpp
|
| index 338b4610d0e5bf1ea0b39a709a44c1d8ac6c3138..e77815dafa081d838ec43a2151e113506ff9f5d6 100644
|
| --- a/third_party/WebKit/Source/web/WebFrame.cpp
|
| +++ b/third_party/WebKit/Source/web/WebFrame.cpp
|
| @@ -117,9 +117,9 @@ void WebFrame::detach()
|
| toImplBase()->frame()->detach(FrameDetachType::Remove);
|
| }
|
|
|
| -WebSecurityOrigin WebFrame::securityOrigin() const
|
| +WebSecurityOrigin WebFrame::getSecurityOrigin() const
|
| {
|
| - return WebSecurityOrigin(toImplBase()->frame()->securityContext()->securityOrigin());
|
| + return WebSecurityOrigin(toImplBase()->frame()->securityContext()->getSecurityOrigin());
|
| }
|
|
|
|
|
|
|