| Index: third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.h b/third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.h
|
| index 4d7b6c0c1963af412f86f3e030134c5c3a0bc02c..6d1b12fa7c7358009311197785497dc38b0771bb 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.h
|
| @@ -50,7 +50,8 @@ class SVGResourcesCache {
|
| // Called from all SVG layoutObjects removeChild() methods.
|
| static void clientWillBeRemovedFromTree(LayoutObject*);
|
|
|
| - // Called from all SVG layoutObjects destroy() methods - except for LayoutSVGResourceContainer.
|
| + // Called from all SVG layoutObjects destroy() methods - except for
|
| + // LayoutSVGResourceContainer.
|
| static void clientDestroyed(LayoutObject*);
|
|
|
| // Called from all SVG layoutObjects layout() methods.
|
|
|