Chromium Code Reviews| Index: third_party/WebKit/Source/core/style/DataRef.h |
| diff --git a/third_party/WebKit/Source/core/style/DataRef.h b/third_party/WebKit/Source/core/style/DataRef.h |
| index d1511da140e1d07f1154dcc1f4f00e70852c8145..b1cadae790d1b01179ac84bcba4c27f1378e4a23 100644 |
| --- a/third_party/WebKit/Source/core/style/DataRef.h |
| +++ b/third_party/WebKit/Source/core/style/DataRef.h |
| @@ -39,8 +39,6 @@ public: |
| T* access() |
| { |
| - if (!m_data->hasOneRef()) |
| - m_data = m_data->copy(); |
| return m_data.get(); |
| } |