Index: third_party/WebKit/public/web/WebFrame.h |
diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h |
index 4a1e5c7ccb8865c49d366f055b44e9b1ddd2b655..06264de160c50d1d4d6d205d23689ea5ee7902b1 100644 |
--- a/third_party/WebKit/public/web/WebFrame.h |
+++ b/third_party/WebKit/public/web/WebFrame.h |
@@ -159,7 +159,7 @@ public: |
virtual void setSharedWorkerRepositoryClient(WebSharedWorkerRepositoryClient*) = 0; |
// The security origin of this frame. |
- BLINK_EXPORT WebSecurityOrigin securityOrigin() const; |
+ BLINK_EXPORT WebSecurityOrigin getSecurityOrigin() const; |
// Updates the sandbox flags in the frame's FrameOwner. This is used when |
// this frame's parent is in another process and it dynamically updates |