| Index: Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp
|
| index 94160cea88cd196c5893879df6e20943eaea45e5..cab01937544ccce549678f8691e6e9eb6b5ec0e9 100644
|
| --- a/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/Source/web/WebLocalFrameImpl.cpp
|
| @@ -576,6 +576,11 @@ void WebLocalFrameImpl::setSharedWorkerRepositoryClient(WebSharedWorkerRepositor
|
| m_sharedWorkerRepositoryClient = SharedWorkerRepositoryClientImpl::create(client);
|
| }
|
|
|
| +WebSecurityOrigin WebLocalFrameImpl::securityOrigin() const
|
| +{
|
| + return document().securityOrigin();
|
| +}
|
| +
|
| WebSize WebLocalFrameImpl::scrollOffset() const
|
| {
|
| FrameView* view = frameView();
|
|
|