| Index: Source/core/xml/parser/XMLDocumentParser.cpp
 | 
| diff --git a/Source/core/xml/parser/XMLDocumentParser.cpp b/Source/core/xml/parser/XMLDocumentParser.cpp
 | 
| index 9eecc0db34c10b76de3bdeaf9aee7d44452503d1..ef26e54f8978f26c3f6549c80c1e34b518e48b3d 100644
 | 
| --- a/Source/core/xml/parser/XMLDocumentParser.cpp
 | 
| +++ b/Source/core/xml/parser/XMLDocumentParser.cpp
 | 
| @@ -110,7 +110,7 @@ static inline bool hasNoStyleInformation(Document* document)
 | 
|      if (!document->frame() || !document->frame()->page())
 | 
|          return false;
 | 
|  
 | 
| -    if (document->frame()->tree()->parent())
 | 
| +    if (document->frame()->tree().parent())
 | 
|          return false; // This document is not in a top frame
 | 
|  
 | 
|      return true;
 | 
| 
 |