Index: Source/core/editing/ApplyBlockElementCommand.h |
diff --git a/Source/core/editing/ApplyBlockElementCommand.h b/Source/core/editing/ApplyBlockElementCommand.h |
index d1fe619e1d437adf6be88b9b3b1a0878cd27d79f..72fdc9153706d45fa5e262747cab347f7d25207e 100644 |
--- a/Source/core/editing/ApplyBlockElementCommand.h |
+++ b/Source/core/editing/ApplyBlockElementCommand.h |
@@ -38,8 +38,8 @@ namespace WebCore { |
class ApplyBlockElementCommand : public CompositeEditCommand { |
protected: |
- ApplyBlockElementCommand(Document*, const QualifiedName& tagName, const AtomicString& inlineStyle); |
- ApplyBlockElementCommand(Document*, const QualifiedName& tagName); |
+ ApplyBlockElementCommand(Document&, const QualifiedName& tagName, const AtomicString& inlineStyle); |
+ ApplyBlockElementCommand(Document&, const QualifiedName& tagName); |
virtual void formatSelection(const VisiblePosition& startOfSelection, const VisiblePosition& endOfSelection); |
PassRefPtr<Element> createBlockElement() const; |