summaryrefslogtreecommitdiffstats
path: root/WebCore/wml/WMLCardElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/wml/WMLCardElement.cpp')
-rw-r--r--WebCore/wml/WMLCardElement.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/wml/WMLCardElement.cpp b/WebCore/wml/WMLCardElement.cpp
index 539dcd3..645d0fc 100644
--- a/WebCore/wml/WMLCardElement.cpp
+++ b/WebCore/wml/WMLCardElement.cpp
@@ -287,7 +287,7 @@ WMLCardElement* WMLCardElement::findNamedCardInDocument(Document* doc, const Str
for (unsigned i = 0; i < length; ++i) {
WMLCardElement* card = static_cast<WMLCardElement*>(nodeList->item(i));
- if (card->getIDAttribute() != cardName)
+ if (card->getIdAttribute() != cardName)
continue;
return card;