| Index: Source/core/html/HTMLMetaElement.h
|
| diff --git a/Source/core/html/HTMLMetaElement.h b/Source/core/html/HTMLMetaElement.h
|
| index 510b9d55ab27fee344c08168384a61daa23ed83b..de496ec01e82a35e802b5e7555a13e4193b84940 100644
|
| --- a/Source/core/html/HTMLMetaElement.h
|
| +++ b/Source/core/html/HTMLMetaElement.h
|
| @@ -42,7 +42,7 @@ class CORE_EXPORT HTMLMetaElement final : public HTMLElement {
|
| public:
|
| DECLARE_NODE_FACTORY(HTMLMetaElement);
|
|
|
| - void getViewportDescriptionFromContentAttribute(const String& content, ViewportDescription::Type origin, ViewportDescription&, Document*, bool viewportMetaZeroValuesQuirk);
|
| + static void getViewportDescriptionFromContentAttribute(const String& content, ViewportDescription&, Document*, bool viewportMetaZeroValuesQuirk);
|
|
|
| const AtomicString& content() const;
|
| const AtomicString& httpEquiv() const;
|
|
|