Index: webkit/api/src/ChromiumBridge.cpp |
=================================================================== |
--- webkit/api/src/ChromiumBridge.cpp (revision 30609) |
+++ webkit/api/src/ChromiumBridge.cpp (working copy) |
@@ -664,7 +664,8 @@ |
bool ChromiumBridge::popupsAllowed(NPP npp) |
{ |
- return webKitClient()->popupsAllowed(npp); |
+ // FIXME: Give the embedder a way to control this. |
+ return false; |
} |
void ChromiumBridge::widgetSetCursor(Widget* widget, const Cursor& cursor) |