| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index b5a1d709d65823d5414682bf8ca1ef245940f8a5..ff6320c189adb1b16bc909a7c866ff77e02f745b 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -614,7 +614,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();
|
|
|
|
|