| 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 81f00ebc0ee1e7da020530ce83f1ed923dd4da98..0a542b2b24433b20b5e3ca76736b3d2c03125108 100644
|
| --- a/third_party/WebKit/Source/wtf/WTF.h
|
| +++ b/third_party/WebKit/Source/wtf/WTF.h
|
| @@ -36,10 +36,8 @@
|
|
|
| namespace WTF {
|
|
|
| -typedef void(*AdjustAmountOfExternalAllocatedMemoryFunction)(int size);
|
| -
|
| // This function must be called exactly once from the main thread before using anything else in WTF.
|
| -WTF_EXPORT void initialize(AdjustAmountOfExternalAllocatedMemoryFunction);
|
| +WTF_EXPORT void initialize();
|
| WTF_EXPORT void shutdown();
|
| WTF_EXPORT bool isShutdown();
|
|
|
|
|