| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 3a79335f875c4b1ca9768b3ffedc51ff87e52c34..9c7f5109bfe45d9e38468b33e38107eb2cf3251f 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -616,7 +616,7 @@ private:
|
|
|
| virtual LayoutStyle* virtualComputedStyle(PseudoId pseudoElementSpecifier = NOPSEUDO) override { return computedStyle(pseudoElementSpecifier); }
|
|
|
| - inline void updateCallbackSelectors(LayoutStyle* oldStyle, LayoutStyle* newStyle);
|
| + inline void updateCallbackSelectors(const LayoutStyle* oldStyle, const LayoutStyle* newStyle);
|
| inline void removeCallbackSelectors();
|
| inline void addCallbackSelectors();
|
|
|
|
|