| Index: third_party/WebKit/Source/core/html/parser/HTMLStackItem.h
 | 
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLStackItem.h b/third_party/WebKit/Source/core/html/parser/HTMLStackItem.h
 | 
| index d2a192ad8999aad3562ac18abf148892b80e512d..68fd85be29ebb8d88aa2fb436a3f62be6afe20b7 100644
 | 
| --- a/third_party/WebKit/Source/core/html/parser/HTMLStackItem.h
 | 
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLStackItem.h
 | 
| @@ -100,7 +100,8 @@ class HTMLStackItem : public GarbageCollectedFinalized<HTMLStackItem> {
 | 
|      // A DocumentFragment takes the place of the document element when parsing
 | 
|      // fragments and should be considered in the HTML namespace.
 | 
|      return namespaceURI() == HTMLNames::xhtmlNamespaceURI ||
 | 
| -           isDocumentFragmentNode();  // FIXME: Does this also apply to ShadowRoot?
 | 
| +           isDocumentFragmentNode();  // FIXME: Does this also apply to
 | 
| +                                      // ShadowRoot?
 | 
|    }
 | 
|  
 | 
|    bool isNumberedHeaderElement() const {
 | 
| 
 |