diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/HTML/Storage.h')
-rw-r--r-- | Userland/Libraries/LibWeb/HTML/Storage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/HTML/Storage.h b/Userland/Libraries/LibWeb/HTML/Storage.h index 091b2c0b75..4f5465ac2f 100644 --- a/Userland/Libraries/LibWeb/HTML/Storage.h +++ b/Userland/Libraries/LibWeb/HTML/Storage.h @@ -32,6 +32,8 @@ public: Vector<String> supported_property_names() const; + auto const& map() const { return m_map; } + void dump() const; private: |