| 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 6e49dc239221458e2fbcbd5316ddddd33eb1b3d0..1fdf20e7b9b446baddec641bd68ad215b67b7f37 100644
|
| --- a/third_party/WebKit/Source/wtf/WTF.h
|
| +++ b/third_party/WebKit/Source/wtf/WTF.h
|
| @@ -41,7 +41,6 @@ typedef void MainThreadFunction(void*);
|
| // 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();
|
| WTF_EXPORT bool isMainThread();
|
|
|
| namespace internal {
|
|
|