Index: Source/core/css/Counter.h |
diff --git a/Source/core/css/Counter.h b/Source/core/css/Counter.h |
index e0998971d9bf53a130a722edfb81e00c00d43685..cb73a3dd36d8a46353cac8b3c41959eabe2fe20c 100644 |
--- a/Source/core/css/Counter.h |
+++ b/Source/core/css/Counter.h |
@@ -49,7 +49,7 @@ public: |
&& listStyle() == other.listStyle() |
&& separator() == other.separator(); |
} |
- |
+ |
PassRefPtr<Counter> cloneForCSSOM() const |
{ |
return create(m_identifier ? m_identifier->cloneForCSSOM() : 0 |