Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(467)

Unified Diff: Source/core/dom/DOMURLUtils.cpp

Issue 141003005: Old CL related to URL query (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/DOMURLUtils.h ('k') | Source/core/dom/URL.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/dom/DOMURLUtils.h ('k') | Source/core/dom/URL.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698