summaryrefslogtreecommitdiffstats
path: root/WebCore/wml/WMLTemplateElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/wml/WMLTemplateElement.cpp')
-rw-r--r--WebCore/wml/WMLTemplateElement.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/wml/WMLTemplateElement.cpp b/WebCore/wml/WMLTemplateElement.cpp
index 2537c3b..27c828c 100644
--- a/WebCore/wml/WMLTemplateElement.cpp
+++ b/WebCore/wml/WMLTemplateElement.cpp
@@ -98,7 +98,7 @@ void WMLTemplateElement::registerTemplatesInDocument(Document* doc)
return;
// Only one template element should be allowed in a document
- // Calling setTemplateElement() twice on a WMLCardElement, will result in a tokenizer error.
+ // Calling setTemplateElement() twice on a WMLCardElement, will result in a parser error.
for (unsigned i = 0; i < length; ++i) {
WMLTemplateElement* temp = static_cast<WMLTemplateElement*>(nodeList->item(i));