| Index: Source/web/WebDocument.cpp
|
| diff --git a/Source/web/WebDocument.cpp b/Source/web/WebDocument.cpp
|
| index 0d457f1e8dd9c505326d2fa3634eec52d6cc0bf4..1120a5c67cdfd62274024f60d9d99aac9e632dc8 100644
|
| --- a/Source/web/WebDocument.cpp
|
| +++ b/Source/web/WebDocument.cpp
|
| @@ -75,6 +75,11 @@ WebURL WebDocument::url() const
|
| return constUnwrap<Document>()->url();
|
| }
|
|
|
| +WebURL WebDocument::inheritedURL() const
|
| +{
|
| + return constUnwrap<Document>()->inheritedURL();
|
| +}
|
| +
|
| WebSecurityOrigin WebDocument::securityOrigin() const
|
| {
|
| if (!constUnwrap<Document>())
|
|
|