| Index: third_party/WebKit/Source/core/html/HTMLMetaElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMetaElement.cpp b/third_party/WebKit/Source/core/html/HTMLMetaElement.cpp
|
| index 713c421fc22db2e9dd5008c72bf151d34caed93c..9a84945364b91af4c5c491fa315a61ea4c1f67a9 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMetaElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMetaElement.cpp
|
| @@ -497,7 +497,7 @@ void HTMLMetaElement::process() {
|
| return;
|
|
|
| HttpEquiv::process(document(), httpEquivValue, contentValue,
|
| - inDocumentHead(this));
|
| + inDocumentHead(this), this);
|
| }
|
|
|
| WTF::TextEncoding HTMLMetaElement::computeEncoding() const {
|
|
|