mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:48:12 +00:00
LibWeb: Rename Web::HtmlView => Web::PageView
This widget doesn't just view HTML, it views a web page. :^)
This commit is contained in:
parent
5f8cbe6a1b
commit
42243d2e06
24 changed files with 133 additions and 133 deletions
|
@ -44,7 +44,7 @@ class HTMLHeadElement;
|
|||
class HTMLHtmlElement;
|
||||
class HTMLImageElement;
|
||||
class HTMLScriptElement;
|
||||
class HtmlView;
|
||||
class PageView;
|
||||
class ImageData;
|
||||
class LayoutDocument;
|
||||
class LayoutNode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue