| Index: webkit/glue/webkit_glue.h
|
| diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h
|
| index c138c285d8f5c6467d969fa5af8de8d72df33ce2..c5aea4193e30f6cdddd2f5c8782c2115081efdc5 100644
|
| --- a/webkit/glue/webkit_glue.h
|
| +++ b/webkit/glue/webkit_glue.h
|
| @@ -308,6 +308,10 @@ bool GetFontTable(int fd, uint32_t table, uint8_t* output,
|
| size_t* output_length);
|
| #endif
|
|
|
| +// Notify browser process that the renderer exhauseted all JavaScript memory
|
| +// and is going to crash.
|
| +void NotifyJSOutOfMemory();
|
| +
|
| // ---- END FUNCTIONS IMPLEMENTED BY EMBEDDER ---------------------------------
|
|
|
|
|
|
|