Index: webkit/glue/webframe_impl.cc |
=================================================================== |
--- webkit/glue/webframe_impl.cc (revision 29478) |
+++ webkit/glue/webframe_impl.cc (working copy) |
@@ -913,6 +913,10 @@ |
return frame()->loader()->isProcessingUserGesture(); |
} |
+bool WebFrameImpl::willSuppressOpenerInNewFrame() const { |
+ return frame()->loader()->suppressOpenerInNewFrame(); |
+} |
+ |
void WebFrameImpl::replaceSelection(const WebString& wtext) { |
String text = webkit_glue::WebStringToString(wtext); |
RefPtr<DocumentFragment> fragment = createFragmentFromText( |