[Webkit-unassigned] [Bug 33608] New: [Android] bindings/v8/NPV8Object.cpp does not compile on Android

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 13 10:50:12 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33608

           Summary: [Android] bindings/v8/NPV8Object.cpp does not compile
                    on Android
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Android
        OS/Version: Android
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andreip at google.com
                CC: android-webkit-unforking at google.com


bindings/v8/NPV8Object.cpp because

1. it includes "bindings/npruntime.h". This file is actually from the Chromium
source tree in third_party/npapi/. On Android, we can live with the standard
npruntime.h header in WebCore/bridge/. Ideally, Chromium would move their
changes to bridge/npruntime.h and gave up using the non-standard header.
2. it uses ARRAYSIZE_UNSAFE macro, which is defined in the Chromium repository
in base/basictypes.h. On Android, we will copy this macro into
platform/android/PlatformBridge.h

Patch coming soon.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list