Index: Source/wtf/text/WTFString.h |
diff --git a/Source/wtf/text/WTFString.h b/Source/wtf/text/WTFString.h |
index 51d4bcd0e0180718bd21e08a2dd307a6a7c1b6b7..49bd696755be8ed0a89f38701f28b121450e0300 100644 |
--- a/Source/wtf/text/WTFString.h |
+++ b/Source/wtf/text/WTFString.h |
@@ -654,7 +654,7 @@ template<> struct DefaultHash<String> { |
}; |
// Shared global empty string. |
-WTF_EXPORT const String& emptyString(); |
+WTF_EXPORT const String& emptyString(bool is8Bit = true); |
WTF_EXPORT extern const String& xmlnsWithColon; |
} // namespace WTF |