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

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

Issue 418223004: Use tighter typing in editing/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Clean up 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/ApplyStyleCommand.cpp ('k') | Source/core/editing/WrapContentsInDummySpanCommand.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/WrapContentsInDummySpanCommand.h
diff --git a/Source/core/editing/WrapContentsInDummySpanCommand.h b/Source/core/editing/WrapContentsInDummySpanCommand.h
index 2b8356457c7b53f8c4e9d0b9e07e1050540700a2..2c101a7ff6361b85d5850a198096f795fcd3d174 100644
--- a/Source/core/editing/WrapContentsInDummySpanCommand.h
+++ b/Source/core/editing/WrapContentsInDummySpanCommand.h
@@ -30,7 +30,7 @@
namespace blink {
-class HTMLElement;
+class HTMLSpanElement;
class WrapContentsInDummySpanCommand FINAL : public SimpleEditCommand {
public:
@@ -50,7 +50,7 @@ private:
void executeApply();
RefPtrWillBeMember<Element> m_element;
- RefPtrWillBeMember<HTMLElement> m_dummySpan;
+ RefPtrWillBeMember<HTMLSpanElement> m_dummySpan;
};
} // namespace blink
« no previous file with comments | « Source/core/editing/ApplyStyleCommand.cpp ('k') | Source/core/editing/WrapContentsInDummySpanCommand.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698