| Index: public/web/WebKit.h
|
| diff --git a/public/web/WebKit.h b/public/web/WebKit.h
|
| index 24e267caddf4d633d3c099a18a62300d531549a3..04fc2fe4bdd16a38cc9d7d2464e380b06210cbb7 100644
|
| --- a/public/web/WebKit.h
|
| +++ b/public/web/WebKit.h
|
| @@ -85,6 +85,9 @@ BLINK_EXPORT void enableLogChannel(const char*);
|
| // containing plugins will be reloaded after refreshing the plugin list.
|
| BLINK_EXPORT void resetPluginCache(bool reloadPages = false);
|
|
|
| +// Clears free memory held for performance.
|
| +BLINK_EXPORT void ReleaseFreeMemory();
|
| +
|
| } // namespace blink
|
|
|
| #endif
|
|
|