Index: Source/core/dom/Node.cpp |
diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp |
index f17f3bac65652f520f4232e72c878787c7a86836..af9f5b2f76f3ac0ecf034321eedec209e5ccb89e 100644 |
--- a/Source/core/dom/Node.cpp |
+++ b/Source/core/dom/Node.cpp |
@@ -295,7 +295,7 @@ void Node::willBeDeletedFromDocument() |
if (AXObjectCache* cache = document.existingAXObjectCache()) |
cache->remove(this); |
- document.markers()->removeMarkers(this); |
+ document.markers().removeMarkers(this); |
} |
NodeRareData* Node::rareData() const |