Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(788)

Unified Diff: webkit/support/webkit_support_glue.cc

Issue 6006006: Show OOM notification bar in all tabs sharing same render process (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Send reply to the sync message on the IO thread Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698