| Index: Source/web/WebDocument.cpp
|
| diff --git a/Source/web/WebDocument.cpp b/Source/web/WebDocument.cpp
|
| index af379a91dfbda173df3bb0c0f350d40337c494a8..93fa0b1f19376e6c331c3e835bf60fc47e9ddb34 100644
|
| --- a/Source/web/WebDocument.cpp
|
| +++ b/Source/web/WebDocument.cpp
|
| @@ -98,6 +98,11 @@ WebString WebDocument::referrer() const
|
| return constUnwrap<Document>()->referrer();
|
| }
|
|
|
| +WebColor WebDocument::brandColor() const
|
| +{
|
| + return constUnwrap<Document>()->brandColor().rgb();
|
| +}
|
| +
|
| WebURL WebDocument::openSearchDescriptionURL() const
|
| {
|
| return const_cast<Document*>(constUnwrap<Document>())->openSearchDescriptionURL();
|
|
|