| Index: third_party/WebKit/Source/wtf/text/StringStatics.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/StringStatics.h b/third_party/WebKit/Source/wtf/text/StringStatics.h
|
| index e2c34dda2df2309805ed6deda08921bdee411316..6c0166beac5bb341e60c1e2e4b6dd6f06116e69e 100644
|
| --- a/third_party/WebKit/Source/wtf/text/StringStatics.h
|
| +++ b/third_party/WebKit/Source/wtf/text/StringStatics.h
|
| @@ -37,11 +37,11 @@
|
| namespace WTF {
|
|
|
| class StringStatics {
|
| - STATIC_ONLY(StringStatics);
|
| -public:
|
| - WTF_EXPORT static void init();
|
| -};
|
| + STATIC_ONLY(StringStatics);
|
|
|
| + public:
|
| + WTF_EXPORT static void init();
|
| +};
|
| }
|
|
|
| #endif
|
|
|