Chromium Code Reviews| Index: Source/core/editing/markup.cpp |
| diff --git a/Source/core/editing/markup.cpp b/Source/core/editing/markup.cpp |
| index 1444e012b82368571c0e1343b68782942c364878..184ed05a8a271e9cc874a41d94ad39fcc278523a 100644 |
| --- a/Source/core/editing/markup.cpp |
| +++ b/Source/core/editing/markup.cpp |
| @@ -83,7 +83,7 @@ public: |
| void apply() |
| { |
| - m_element->setAttribute(m_name, m_value); |
| + m_element->setAttribute(m_name, AtomicString(m_value)); |
| } |
| private: |