Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / getElementsByClassName / dumpNodeList.html
index d4e68ac..bbeb3e3 100644 (file)
@@ -14,7 +14,7 @@
         document.getElementById("console").appendChild(item);
     }
     
-    NodeList.prototype.dump = function()
+    HTMLCollection.prototype.dump = function()
     {
         var result = "";
         var i = 0;