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

Unified Diff: Source/core/html/HTMLDocument.h

Issue 1176013002: Move attributes and methods from HTMLDocument to Document (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated to latest master Created 5 years, 5 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
« no previous file with comments | « Source/core/dom/Document.idl ('k') | Source/core/html/HTMLDocument.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/core/dom/Document.idl ('k') | Source/core/html/HTMLDocument.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698