| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 37a662c17dc8b064c4f144671cc5528ee507c081..4b0ed35e3c20aabc5b21ec006931b2584196f224 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -256,7 +256,7 @@ public:
|
| PassRefPtrWillBeRawPtr<Element> cloneElementWithChildren();
|
| PassRefPtrWillBeRawPtr<Element> cloneElementWithoutChildren();
|
|
|
| - void scheduleSVGFilterLayerUpdateHack();
|
| + void scheduleSVGEffectsLayerUpdateHack();
|
|
|
| void normalizeAttributes();
|
|
|
|
|