| Index: Source/core/dom/DOMURLUtils.cpp
|
| diff --git a/Source/core/dom/DOMURLUtils.cpp b/Source/core/dom/DOMURLUtils.cpp
|
| index 77051f78501403ece575163ed02a4a8ba11797ba..76a17001dc8a0e7e2b2ce7e7db7b4b9c4aaf9cde 100644
|
| --- a/Source/core/dom/DOMURLUtils.cpp
|
| +++ b/Source/core/dom/DOMURLUtils.cpp
|
| @@ -27,6 +27,7 @@
|
| #include "config.h"
|
| #include "core/dom/DOMURLUtils.h"
|
|
|
| +#include "core/dom/URLQuery.h"
|
| #include "weborigin/KnownPorts.h"
|
|
|
| namespace WebCore {
|
| @@ -139,4 +140,9 @@ void DOMURLUtils::setHash(DOMURLUtils* impl, const String& value)
|
| impl->setURL(url);
|
| }
|
|
|
| +URLQuery* DOMURLUtils::query(DOMURLUtils* impl)
|
| +{
|
| + return NULL;
|
| +}
|
| +
|
| } // namespace WebCore
|
|
|