[Webkit-unassigned] [Bug 34836] New: [Android] V8 generated files V8HTMLCollection.cpp and V8HTMLAllCollection.cpp need to include V8Node.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 11 04:32:03 PST 2010


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

           Summary: [Android] V8 generated files V8HTMLCollection.cpp and
                    V8HTMLAllCollection.cpp need to include V8Node.h
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Android
        OS/Version: Android
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: steveblock at google.com
                CC: dglazkov at google.com, japhet at chromium.org,
                    android-webkit-unforking at google.com


V8 generated files V8HTMLCollection.cpp and V8HTMLAllCollection.cpp need to
include V8Node.h
This is so that these files can use toV8() with type Node* in V8Collection.h

This was introduced in http://trac.webkit.org/changeset/54150

It seems that for Chromium, this include is picked up through an include chain
which is guarded by a feature enable guard not used on Android.

-- 
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