Chromium Code Reviews| Index: Source/core/dom/Document.h | 
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h | 
| index 11e886082f6113a2d330fb948b95ba5d2c0c0423..48e99e880b0fdc894fca304340796ae8786050c6 100644 | 
| --- a/Source/core/dom/Document.h | 
| +++ b/Source/core/dom/Document.h | 
| @@ -725,8 +725,9 @@ public: | 
| * | 
| * @param equiv The http header name (value of the meta tag's "equiv" attribute) | 
| * @param content The header value (value of the meta tag's "content" attribute) | 
| + * @param inDocumentHead Is the element in the document's <head> element? | 
| */ | 
| - void processHttpEquiv(const AtomicString& equiv, const AtomicString& content); | 
| + void processHttpEquiv(const AtomicString& equiv, const AtomicString& content, bool inDocumentHead); | 
| 
 
kenneth.r.christiansen
2014/02/06 12:54:44
inDocumentHeadElement?
 
 | 
| void updateViewportDescription(); | 
| void processReferrerPolicy(const String& policy); |