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

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: Introduced open and close methods without arguments to handle internal calls. Created 5 years, 6 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/html/HTMLDocument.h
diff --git a/Source/core/html/HTMLDocument.h b/Source/core/html/HTMLDocument.h
index 78681f6fca0d6c66f55cd0a7d9d627426b411b8f..aaa959879d473f52afe25da4139271450def0a35 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&);
virtual PassRefPtrWillBeRawPtr<Document> cloneDocumentWithoutChildren() override final;

Powered by Google App Engine
This is Rietveld 408576698