Chromium Code Reviews| Index: webkit/support/webkit_support_glue.cc |
| diff --git a/webkit/support/webkit_support_glue.cc b/webkit/support/webkit_support_glue.cc |
| index 3b433a1781cc6c214001abdc4f3a8efed9114fd9..57a554d85a700d6a90ab2a766f964b2cdf732426 100644 |
| --- a/webkit/support/webkit_support_glue.cc |
| +++ b/webkit/support/webkit_support_glue.cc |
| @@ -111,4 +111,7 @@ bool GetFontTable(int fd, uint32_t table, uint8_t* output, |
| } |
| #endif |
| +void NotifyJSOutOfMemory() { |
| +} |
| + |
| } // namespace webkit_glue |