| Index: Source/core/html/LinkRelAttribute.h
|
| diff --git a/Source/core/html/LinkRelAttribute.h b/Source/core/html/LinkRelAttribute.h
|
| index ec04cb3f0b63f43bf5194a1a65fe56f4b7282228..cec301b405055aaba82826b844981fd5a3c57d54 100644
|
| --- a/Source/core/html/LinkRelAttribute.h
|
| +++ b/Source/core/html/LinkRelAttribute.h
|
| @@ -50,6 +50,7 @@ public:
|
| bool isLinkPrerender() const { return m_isLinkPrerender; }
|
| bool isLinkNext() const { return m_isLinkNext; }
|
| bool isImport() const { return m_isImport; }
|
| + bool isManifest() const { return m_isManifest; }
|
|
|
| private:
|
| IconType m_iconType;
|
| @@ -61,6 +62,7 @@ private:
|
| bool m_isLinkPrerender : 1;
|
| bool m_isLinkNext : 1;
|
| bool m_isImport : 1;
|
| + bool m_isManifest : 1;
|
| };
|
|
|
| }
|
|
|