| Index: third_party/WebKit/Source/core/style/SVGComputedStyle.h
 | 
| diff --git a/third_party/WebKit/Source/core/style/SVGComputedStyle.h b/third_party/WebKit/Source/core/style/SVGComputedStyle.h
 | 
| index 0c49855fbf6657d75ba9b3f59200dc21201f1c54..3844019a2d20e261c4c7f36ee8421674a1458265 100644
 | 
| --- a/third_party/WebKit/Source/core/style/SVGComputedStyle.h
 | 
| +++ b/third_party/WebKit/Source/core/style/SVGComputedStyle.h
 | 
| @@ -35,6 +35,9 @@
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| +// TODO(sashab): Move this into a private class on ComputedStyle, and remove
 | 
| +// all methods on it, merging them into copy/creation methods on ComputedStyle
 | 
| +// instead. Keep the allocation logic, only allocating a new object if needed.
 | 
|  class CORE_EXPORT SVGComputedStyle : public RefCounted<SVGComputedStyle> {
 | 
|  public:
 | 
|      static PassRefPtr<SVGComputedStyle> create() { return adoptRef(new SVGComputedStyle); }
 | 
| 
 |