LibWeb: Allow navigating to a new URL by setting window.location.href

This commit is contained in:
Andreas Kling
2020-05-18 21:52:50 +02:00
parent 1ec4db04cd
commit efdfdbabdb
5 changed files with 32 additions and 3 deletions

View File

@@ -67,6 +67,7 @@ class EventTargetWrapper;
class HTMLCanvasElementWrapper;
class HTMLImageElementWrapper;
class ImageDataWrapper;
class LocationObject;
class MouseEventWrapper;
class NodeWrapper;
class WindowObject;