Index: third_party/WebKit/Source/core/dom/DOMURL.h |
diff --git a/third_party/WebKit/Source/core/dom/DOMURL.h b/third_party/WebKit/Source/core/dom/DOMURL.h |
index 17dc127c45c78b494a26b2bf21003647af12f80c..a5d11bd2b95d7c62bae73337123f13c5df32aef2 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMURL.h |
+++ b/third_party/WebKit/Source/core/dom/DOMURL.h |
@@ -52,11 +52,6 @@ public: |
{ |
return new DOMURL(url, KURL(KURL(), base), exceptionState); |
} |
- static DOMURL* create(const String& url, DOMURL* base, ExceptionState& exceptionState) |
- { |
- ASSERT(base); |
- return new DOMURL(url, base->m_url, exceptionState); |
- } |
static String createObjectURL(ExecutionContext*, Blob*, ExceptionState&); |
static void revokeObjectURL(ExecutionContext*, const String&); |