| 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 d1d9ad5bb5e53b00c5b6261986f305aeb66860de..7c1376b7afe1bde9922cb6c2d7a09e4dbc746d13 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMetaElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMetaElement.cpp
|
| @@ -459,7 +459,7 @@ static bool inDocumentHead(HTMLMetaElement* element) {
|
| }
|
|
|
| void HTMLMetaElement::process() {
|
| - if (!isConnected())
|
| + if (!isInDocumentTree())
|
| return;
|
|
|
| // All below situations require a content attribute (which can be the empty
|
|
|