Index: Source/core/inspector/DOMPatchSupport.cpp |
diff --git a/Source/core/inspector/DOMPatchSupport.cpp b/Source/core/inspector/DOMPatchSupport.cpp |
index 2f090c502eeafe332848770e80c21c1500089ea1..2c5147a009e4007f3d01c8afc46f30a2eecb0e50 100644 |
--- a/Source/core/inspector/DOMPatchSupport.cpp |
+++ b/Source/core/inspector/DOMPatchSupport.cpp |
@@ -502,7 +502,7 @@ void DOMPatchSupport::markNodeAsUsed(Digest* digest) |
#ifdef DEBUG_DOM_PATCH_SUPPORT |
static String nodeName(Node* node) |
{ |
- if (node->document()->isXHTMLDocument()) |
+ if (node->document().isXHTMLDocument()) |
return node->nodeName(); |
return node->nodeName().lower(); |
} |