mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Move CSS classes into the Web::CSS namespace
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 04:35:42 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/1f008c95b6d
@@ -30,8 +30,6 @@
|
||||
|
||||
namespace Web {
|
||||
|
||||
class StyleSheet;
|
||||
|
||||
class HTMLStyleElement : public HTMLElement {
|
||||
public:
|
||||
HTMLStyleElement(DOM::Document&, const FlyString& local_name);
|
||||
@@ -41,7 +39,7 @@ public:
|
||||
virtual void removed_from(Node&) override;
|
||||
|
||||
private:
|
||||
RefPtr<StyleSheet> m_stylesheet;
|
||||
RefPtr<CSS::StyleSheet> m_stylesheet;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user