1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:47:44 +00:00

LibWeb: Add CharacterData and Text IDL interfaces

This commit is contained in:
Andreas Kling 2020-08-03 20:50:45 +02:00
parent 354f9aafd5
commit 73645e11c4
7 changed files with 36 additions and 6 deletions

View file

@ -91,6 +91,7 @@ class XMLHttpRequest;
namespace Web::Bindings {
class CanvasRenderingContext2DWrapper;
class CharacterDataWrapper;
class DocumentTypeWrapper;
class DocumentWrapper;
class ElementWrapper;
@ -122,6 +123,7 @@ class ImageDataWrapper;
class LocationObject;
class MouseEventWrapper;
class NodeWrapper;
class TextWrapper;
class UIEventWrapper;
class WindowObject;
class Wrappable;