| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 74143db3fe6a0076d3e4cdd2fb4e2be728e7c50c..3bb563310a5060d65c17d754a97c7798218e964d 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -857,6 +857,8 @@ public:
|
|
|
| Vector<IconURL> iconURLs(int iconTypesMask);
|
|
|
| + Color brandColor() const;
|
| +
|
| // Returns the HTMLLinkElement currently in use for the Web Manifest.
|
| // Returns null if there is no such element.
|
| HTMLLinkElement* linkManifest() const;
|
|
|