Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(790)

Unified Diff: Source/core/dom/DocumentType.h

Issue 159513002: Remove Unused measure DocumentTypeEntities (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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; }
« no previous file with comments | « LayoutTests/dom/xhtml/level3/core/entitygetxmlversion04-expected.txt ('k') | Source/core/dom/DocumentType.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698