Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 7b39403db96b337b4ba13b0fd0368b5c90f94ec2..4685554a92acd28a7f0f19a5eecbeb35deb06394 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -392,8 +392,8 @@ public: |
PassRefPtr<HTMLCollection> forms(); |
PassRefPtr<HTMLCollection> anchors(); |
PassRefPtr<HTMLCollection> scripts(); |
- PassRefPtr<HTMLCollection> allForBinding(); |
- PassRefPtr<HTMLCollection> all(); |
+ PassRefPtr<HTMLAllCollection> allForBinding(); |
+ PassRefPtr<HTMLAllCollection> all(); |
PassRefPtr<HTMLCollection> windowNamedItems(const AtomicString& name); |
PassRefPtr<HTMLCollection> documentNamedItems(const AtomicString& name); |