| Index: public/web/WebFrame.h
|
| diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h
|
| index 902499906cabc9450a81c709bdfb11f3c51ad3d0..3064e8caae29301cb014db21323ab24e48bb49ee 100644
|
| --- a/public/web/WebFrame.h
|
| +++ b/public/web/WebFrame.h
|
| @@ -155,6 +155,9 @@ public:
|
| virtual void setPermissionClient(WebPermissionClient*) = 0;
|
| virtual void setSharedWorkerRepositoryClient(WebSharedWorkerRepositoryClient*) = 0;
|
|
|
| + // The security origin of this frame.
|
| + virtual WebSecurityOrigin securityOrigin() const = 0;
|
| +
|
| // Geometry -----------------------------------------------------------
|
|
|
| // NOTE: These routines do not force page layout so their results may
|
|
|