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

Unified Diff: Source/core/editing/markup.h

Issue 52443003: Reland 160869 "Move innerHTML and outerHTML to Element" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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/editing/markup.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/markup.h
diff --git a/Source/core/editing/markup.h b/Source/core/editing/markup.h
index 00e17b3288a50022ef753770ec7675313347442a..f12209269e962e80241afcd717c78585f55ec7fe 100644
--- a/Source/core/editing/markup.h
+++ b/Source/core/editing/markup.h
@@ -69,6 +69,7 @@ String createFullMarkup(const Node*);
String createFullMarkup(const Range*);
String urlToMarkup(const KURL&, const String& title);
+void mergeWithNextTextNode(PassRefPtr<Node>, ExceptionState&);
}
« no previous file with comments | « Source/core/dom/Element.idl ('k') | Source/core/editing/markup.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698