summaryrefslogtreecommitdiff
path: root/Source/WebKit/blackberry/Api/WebString.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/blackberry/Api/WebString.h')
-rw-r--r--Source/WebKit/blackberry/Api/WebString.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebKit/blackberry/Api/WebString.h b/Source/WebKit/blackberry/Api/WebString.h
index fe43c247f..c2af16b79 100644
--- a/Source/WebKit/blackberry/Api/WebString.h
+++ b/Source/WebKit/blackberry/Api/WebString.h
@@ -41,6 +41,7 @@ public:
WebString& operator=(const WebString&);
std::string utf8() const;
static WebString fromUtf8(const char* utf8);
+ static WebString fromUtf8(const char* utf8, size_t length);
const unsigned short* characters() const;
unsigned length() const;
bool isEmpty() const;