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

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

Issue 147993006: Move insertAdjacentElement/insertAdjacentText to Element. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: olc chunk mismatch 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
« no previous file with comments | « Source/core/dom/Element.idl ('k') | Source/core/html/HTMLElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLElement.h
diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h
index 0c82c358300e163bc77d6d8b7202cd2d5259bc63..9d94c2488fcb1e5214d95194a2b0a95b6eb81f74 100644
--- a/Source/core/html/HTMLElement.h
+++ b/Source/core/html/HTMLElement.h
@@ -50,9 +50,6 @@ public:
void setInnerText(const String&, ExceptionState&);
void setOuterText(const String&, ExceptionState&);
- Element* insertAdjacentElement(const String& where, Element* newChild, ExceptionState&);
- void insertAdjacentText(const String& where, const String& text, ExceptionState&);
-
virtual bool hasCustomFocusLogic() const;
virtual bool supportsFocus() const OVERRIDE;
« no previous file with comments | « Source/core/dom/Element.idl ('k') | Source/core/html/HTMLElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698