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

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

Issue 44333002: Move innerHTML and outerHTML to Element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased to latest master 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
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&);
}

Powered by Google App Engine
This is Rietveld 408576698