| Index: Source/core/dom/NamedNodeMap.cpp
|
| diff --git a/Source/core/dom/NamedNodeMap.cpp b/Source/core/dom/NamedNodeMap.cpp
|
| index b24e12d17cb53b532dde161a921a356738575969..1e2d0223c7c43f46e8a16bd890d32357290683aa 100644
|
| --- a/Source/core/dom/NamedNodeMap.cpp
|
| +++ b/Source/core/dom/NamedNodeMap.cpp
|
| @@ -37,7 +37,7 @@ using namespace HTMLNames;
|
|
|
| static inline bool shouldIgnoreAttributeCase(const Element* e)
|
| {
|
| - return e && e->document()->isHTMLDocument() && e->isHTMLElement();
|
| + return e && e->document().isHTMLDocument() && e->isHTMLElement();
|
| }
|
|
|
| void NamedNodeMap::ref()
|
|
|