summaryrefslogtreecommitdiff
path: root/Source/WebCore/dom/NodeIterator.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/dom/NodeIterator.idl')
-rw-r--r--Source/WebCore/dom/NodeIterator.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/dom/NodeIterator.idl b/Source/WebCore/dom/NodeIterator.idl
index 9f59ae1aa..5b3f288fb 100644
--- a/Source/WebCore/dom/NodeIterator.idl
+++ b/Source/WebCore/dom/NodeIterator.idl
@@ -22,7 +22,7 @@ module traversal {
// Introduced in DOM Level 2:
interface [
- CustomMarkFunction
+ JSCustomMarkFunction
] NodeIterator {
readonly attribute Node root;
readonly attribute unsigned long whatToShow;