| Index: Source/core/dom/DocumentType.h
|
| diff --git a/Source/core/dom/DocumentType.h b/Source/core/dom/DocumentType.h
|
| index ad9f6a9b609c514e2535f3628ed89863bf21cfc8..4ea5f0703fadfb38a4dd0e896bb63f8f0635159d 100644
|
| --- a/Source/core/dom/DocumentType.h
|
| +++ b/Source/core/dom/DocumentType.h
|
| @@ -37,10 +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; }
|
| -
|
| const String& name() const { return m_name; }
|
| const String& publicId() const { return m_publicId; }
|
| const String& systemId() const { return m_systemId; }
|
|
|