Chromium Code Reviews| Index: Source/wtf/text/WTFString.h |
| diff --git a/Source/wtf/text/WTFString.h b/Source/wtf/text/WTFString.h |
| index 51d4bcd0e0180718bd21e08a2dd307a6a7c1b6b7..f5652533e3149845788a64df4fc733c2efa000a7 100644 |
| --- a/Source/wtf/text/WTFString.h |
| +++ b/Source/wtf/text/WTFString.h |
| @@ -653,8 +653,11 @@ template<> struct DefaultHash<String> { |
| typedef StringHash Hash; |
| }; |
| +enum Force16Bit { Force16BitEmpty }; |
|
Mikhail
2014/09/23 09:48:10
Sorry, I see that I lead you to a bit wrong direct
|
| + |
| // Shared global empty string. |
| WTF_EXPORT const String& emptyString(); |
| +WTF_EXPORT const String& emptyString(Force16Bit); |
| WTF_EXPORT extern const String& xmlnsWithColon; |
| } // namespace WTF |