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

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

Issue 158653002: Remove unused attribute document.TypeNotations (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed Layout Test Cases 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 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; }
« no previous file with comments | « LayoutTests/dom/xhtml/level2/core/hc_notationssetnameditemns1-expected.txt ('k') | Source/core/dom/DocumentType.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698