Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 6c62c403b4f4a7f7bd677c12a601663ebb05761b..449c493ad0cf5b95b081069f4a9497db1b9f55d7 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -855,6 +855,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; |