| Index: Source/core/dom/DocumentType.h
|
| diff --git a/Source/core/dom/DocumentType.h b/Source/core/dom/DocumentType.h
|
| index 7bd047a44db1f37b3abc8fb5533d0429a756ec0f..ad9f6a9b609c514e2535f3628ed89863bf21cfc8 100644
|
| --- a/Source/core/dom/DocumentType.h
|
| +++ b/Source/core/dom/DocumentType.h
|
| @@ -40,7 +40,6 @@ public:
|
| // 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; }
|
|
|