summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webkit/port/bindings/v8/v8_binding.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/webkit/port/bindings/v8/v8_binding.h b/webkit/port/bindings/v8/v8_binding.h
index 15bdda0..97278e3 100644
--- a/webkit/port/bindings/v8/v8_binding.h
+++ b/webkit/port/bindings/v8/v8_binding.h
@@ -8,7 +8,6 @@
#include "config.h"
#include "CString.h"
-#include "KURL.h"
#include "MathExtras.h"
#include "PlatformString.h"
#include "StringBuffer.h"
@@ -122,10 +121,6 @@ inline String ToString(const String& string) {
return string;
}
-inline String ToString(const KURL& url) {
- return url.string();
-}
-
// If a WebCore string length is greater than the threshold,
// v8String creates an external string to avoid allocating
// the string in the large object space (which has a high memory overhead).