Index: Source/core/editing/commands/ApplyBlockElementCommand.h |
diff --git a/Source/core/editing/commands/ApplyBlockElementCommand.h b/Source/core/editing/commands/ApplyBlockElementCommand.h |
index b01471e4fa026407e059e2885635f522ebad58a7..e1905e1ca87620797c7b83b166c34cb82f3ee1eb 100644 |
--- a/Source/core/editing/commands/ApplyBlockElementCommand.h |
+++ b/Source/core/editing/commands/ApplyBlockElementCommand.h |
@@ -43,7 +43,7 @@ protected: |
virtual void formatSelection(const VisiblePosition& startOfSelection, const VisiblePosition& endOfSelection); |
PassRefPtrWillBeRawPtr<HTMLElement> createBlockElement() const; |
- const QualifiedName tagName() const { return m_tagName; } |
+ const QualifiedName& tagName() const { return m_tagName; } |
DECLARE_VIRTUAL_TRACE(); |