Index: Source/core/editing/htmlediting.h |
diff --git a/Source/core/editing/htmlediting.h b/Source/core/editing/htmlediting.h |
index 986c2c2b9b8080c414c886f81f318e751146140e..96b971e3962632a79be32f05780d125a3c4642c7 100644 |
--- a/Source/core/editing/htmlediting.h |
+++ b/Source/core/editing/htmlediting.h |
@@ -37,6 +37,7 @@ namespace blink { |
class Document; |
class Element; |
class ExceptionState; |
+class HTMLBRElement; |
class HTMLElement; |
class HTMLSpanElement; |
class Node; |
@@ -207,7 +208,7 @@ PassRefPtrWillBeRawPtr<Range> createRange(Document&, const VisiblePosition& star |
// Functions returning HTMLElement |
PassRefPtrWillBeRawPtr<HTMLElement> createDefaultParagraphElement(Document&); |
-PassRefPtrWillBeRawPtr<HTMLElement> createBreakElement(Document&); |
+PassRefPtrWillBeRawPtr<HTMLBRElement> createBreakElement(Document&); |
PassRefPtrWillBeRawPtr<HTMLElement> createOrderedListElement(Document&); |
PassRefPtrWillBeRawPtr<HTMLElement> createUnorderedListElement(Document&); |
PassRefPtrWillBeRawPtr<HTMLElement> createListItemElement(Document&); |
@@ -227,7 +228,7 @@ Node* enclosingListChild(Node*); |
PassRefPtrWillBeRawPtr<HTMLSpanElement> createTabSpanElement(Document&); |
PassRefPtrWillBeRawPtr<HTMLSpanElement> createTabSpanElement(Document&, PassRefPtrWillBeRawPtr<Text> tabTextNode); |
PassRefPtrWillBeRawPtr<HTMLSpanElement> createTabSpanElement(Document&, const String& tabText); |
-PassRefPtrWillBeRawPtr<Element> createBlockPlaceholderElement(Document&); |
+PassRefPtrWillBeRawPtr<HTMLBRElement> createBlockPlaceholderElement(Document&); |
Element* editableRootForPosition(const Position&, EditableType = ContentIsEditable); |
Element* unsplittableElementForPosition(const Position&); |