| Index: webkit/glue/webframe_impl.cc
|
| ===================================================================
|
| --- webkit/glue/webframe_impl.cc (revision 29943)
|
| +++ webkit/glue/webframe_impl.cc (working copy)
|
| @@ -880,6 +880,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(
|
|
|