Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / EmptyNodeList.h
old mode 100755 (executable)
new mode 100644 (file)
index a505aaa..06f895f
@@ -51,9 +51,9 @@ private:
 
     virtual unsigned length() const OVERRIDE { return 0; }
     virtual Node* item(unsigned) const OVERRIDE { return 0; }
-    virtual Node* namedItem(const AtomicString&) const OVERRIDE { return 0; }
 
     virtual bool isEmptyNodeList() const OVERRIDE { return true; }
+    virtual Node* virtualOwnerNode() const OVERRIDE;
 
     RefPtr<Node> m_owner;
 };