diff options
Diffstat (limited to 'WebKit/android/WebCoreSupport')
| -rw-r--r-- | WebKit/android/WebCoreSupport/PlatformBridge.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebKit/android/WebCoreSupport/PlatformBridge.cpp b/WebKit/android/WebCoreSupport/PlatformBridge.cpp index 995999b..9f620e7 100644 --- a/WebKit/android/WebCoreSupport/PlatformBridge.cpp +++ b/WebKit/android/WebCoreSupport/PlatformBridge.cpp @@ -114,6 +114,11 @@ bool PlatformBridge::isWebViewPaused() return WebViewCore::isPaused(); } +bool PlatformBridge::popupsAllowed(NPP) +{ + return false; +} + } // namespace WebCore |
