Index: Source/core/html/HTMLDocument.h |
diff --git a/Source/core/html/HTMLDocument.h b/Source/core/html/HTMLDocument.h |
index dddee3ddb650ecf3e151d36c1460339ea0ab007b..6ca7971f46da474c97beb3ce2831d7584af16939 100644 |
--- a/Source/core/html/HTMLDocument.h |
+++ b/Source/core/html/HTMLDocument.h |
@@ -64,11 +64,6 @@ public: |
void removeExtraNamedItem(const AtomicString& name); |
bool hasExtraNamedItem(const AtomicString& name); |
- using Document::write; |
- using Document::writeln; |
- void write(LocalDOMWindow*, const Vector<String>& text, ExceptionState&); |
- void writeln(LocalDOMWindow*, const Vector<String>& text, ExceptionState&); |
- |
static bool isCaseSensitiveAttribute(const QualifiedName&); |
PassRefPtrWillBeRawPtr<Document> cloneDocumentWithoutChildren() final; |