diff options
| author | Andrei Popescu <andreip@google.com> | 2010-01-13 18:43:00 +0000 |
|---|---|---|
| committer | Andrei Popescu <andreip@google.com> | 2010-01-25 11:52:07 +0000 |
| commit | dcb9f821994a3c585bc51d6f1a6a356a6034de5b (patch) | |
| tree | f5399e101de0bee8dacf8c808d70b10aae9c3982 /WebKit/android | |
| parent | b621c75b275a6b7ac0fd99772749aaadb3548815 (diff) | |
| download | external_webkit-dcb9f821994a3c585bc51d6f1a6a356a6034de5b.zip external_webkit-dcb9f821994a3c585bc51d6f1a6a356a6034de5b.tar.gz external_webkit-dcb9f821994a3c585bc51d6f1a6a356a6034de5b.tar.bz2 | |
Prepare NPV8Object.h/cpp for upstreaming:
- remove #include bindings/npruntime.h from NPV8Object.cpp since that's also included in the NPV8Object.h
- add ARRAYSIZE_UNSAFE macro
- remove some TODOS
This will be checked in after the corresponding webkit bug gets landed.
See https://bugs.webkit.org/show_bug.cgi?id=33608
Diffstat (limited to 'WebKit/android')
| -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 |
