| Index: third_party/WebKit/Source/wtf/WTF.h
|
| diff --git a/third_party/WebKit/Source/wtf/WTF.h b/third_party/WebKit/Source/wtf/WTF.h
|
| index 24d6096f6b94bc3bd2a17c835b509e9e3ee77556..dbb70826d0fef02e017caa2b45c5b145ae61e3ff 100644
|
| --- a/third_party/WebKit/Source/wtf/WTF.h
|
| +++ b/third_party/WebKit/Source/wtf/WTF.h
|
| @@ -38,7 +38,8 @@ namespace WTF {
|
|
|
| typedef void MainThreadFunction(void*);
|
|
|
| -// This function must be called exactly once from the main thread before using anything else in WTF.
|
| +// This function must be called exactly once from the main thread before using
|
| +// anything else in WTF.
|
| WTF_EXPORT void initialize(void (*)(MainThreadFunction, void*));
|
| WTF_EXPORT void shutdown();
|
| WTF_EXPORT bool isShutdown();
|
|
|