| Index: Source/core/dom/DOMURLUtils.h
|
| diff --git a/Source/core/dom/DOMURLUtils.h b/Source/core/dom/DOMURLUtils.h
|
| index b7b128e893d0ac7880f7e61d3ecc7625e6843d1d..42b2a2c9891b89d0205c4909e331dfb5e317aa29 100644
|
| --- a/Source/core/dom/DOMURLUtils.h
|
| +++ b/Source/core/dom/DOMURLUtils.h
|
| @@ -34,6 +34,7 @@
|
| namespace WebCore {
|
|
|
| class KURL;
|
| +class URLQuery;
|
|
|
| class DOMURLUtils : public DOMURLUtilsReadOnly {
|
| public:
|
| @@ -51,6 +52,8 @@ public:
|
| static void setPathname(DOMURLUtils*, const String&);
|
| static void setSearch(DOMURLUtils*, const String&);
|
| static void setHash(DOMURLUtils*, const String&);
|
| +
|
| + static URLQuery* query(DOMURLUtils*);
|
| };
|
|
|
| } // namespace WebCore
|
|
|