| Index: third_party/WebKit/public/web/WebKit.h
|
| diff --git a/third_party/WebKit/public/web/WebKit.h b/third_party/WebKit/public/web/WebKit.h
|
| index d483405287972c99c2c59c453d3e4736091eebe2..0ee53fd2cc2cd9d50146bc1095a704d84adce1d1 100644
|
| --- a/third_party/WebKit/public/web/WebKit.h
|
| +++ b/third_party/WebKit/public/web/WebKit.h
|
| @@ -35,7 +35,6 @@
|
|
|
| namespace v8 {
|
| class Isolate;
|
| -enum class MemoryPressureLevel;
|
| }
|
|
|
| namespace blink {
|
| @@ -85,10 +84,6 @@
|
| // performance and memory usage.
|
| BLINK_EXPORT void decommitFreeableMemory();
|
|
|
| -// Send memory pressure notification to worker thread isolate.
|
| -BLINK_EXPORT void MemoryPressureNotificationToWorkerThreadIsolates(
|
| - v8::MemoryPressureLevel);
|
| -
|
| } // namespace blink
|
|
|
| #endif
|
|
|