diff options
Diffstat (limited to 'webkit/api/public/WebFrame.h')
-rw-r--r-- | webkit/api/public/WebFrame.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/api/public/WebFrame.h b/webkit/api/public/WebFrame.h index 965a510..04c862d 100644 --- a/webkit/api/public/WebFrame.h +++ b/webkit/api/public/WebFrame.h @@ -303,10 +303,6 @@ namespace WebKit { // Returns true if a user gesture is currently being processed. virtual bool isProcessingUserGesture() const = 0; - // Returns true if this frame is in the process of opening a new frame - // with a suppressed opener. - virtual bool willSuppressOpenerInNewFrame() const = 0; - // Editing ------------------------------------------------------------- |