Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / DocumentType.h
index 7bd047a..4ea5f07 100644 (file)
@@ -37,11 +37,6 @@ public:
         return adoptRef(new DocumentType(document, name, publicId, systemId));
     }
 
-    // FIXME: These wre removed from DOM4, we should add a UseCounter and see if
-    // we can remove them since they never worked anyway.
-    NamedNodeMap* entities() const { return 0; }
-    NamedNodeMap* notations() const { return 0; }
-
     const String& name() const { return m_name; }
     const String& publicId() const { return m_publicId; }
     const String& systemId() const { return m_systemId; }