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

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

Issue 428823002: Use tighter typing in editing: markup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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/editing/htmlediting.cpp ('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 c60d1bbca5d5fcdf8cbad301e6ce66004ef027e8..46f83f5a1e458313ff76f6041d546b496ca9ecc2 100644
--- a/Source/core/editing/markup.h
+++ b/Source/core/editing/markup.h
@@ -68,7 +68,7 @@ String createFullMarkup(const Node*);
String createStyledMarkupForNavigationTransition(Node*);
String urlToMarkup(const KURL&, const String& title);
-void mergeWithNextTextNode(PassRefPtrWillBeRawPtr<Node>, ExceptionState&);
+void mergeWithNextTextNode(Text*, ExceptionState&);
}
« no previous file with comments | « Source/core/editing/htmlediting.cpp ('k') | Source/core/editing/markup.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698