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

Unified Diff: Source/WebCore/editing/ApplyStyleCommand.h

Issue 7973008: Revert 93001 - Apple-style-span class seems unnecessary (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 3 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/WebCore/editing/ApplyStyleCommand.h
===================================================================
--- Source/WebCore/editing/ApplyStyleCommand.h (revision 95747)
+++ Source/WebCore/editing/ApplyStyleCommand.h (working copy)
@@ -129,7 +129,7 @@
IsInlineElementToRemoveFunction m_isInlineElementToRemoveFunction;
};
-bool isLegacyAppleStyleSpan(const Node*);
+bool isStyleSpan(const Node*);
bool isStyleSpanOrSpanWithOnlyStyleAttribute(const Element*);
PassRefPtr<HTMLElement> createStyleSpanElement(Document*);
« no previous file with comments | « LayoutTests/platform/gtk/editing/inserting/5994480-2-expected.txt ('k') | Source/WebCore/editing/ApplyStyleCommand.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698