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

Unified Diff: Source/wtf/text/WTFString.h

Issue 587173005: Add WTF::String::emptyString16Bit (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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
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

Powered by Google App Engine
This is Rietveld 408576698