[Webkit-unassigned] [Bug 91185] New: CodeGeneratorJS.pm need to handle the attribute which has "CallWith=ScriptExecutionContext" option.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 12 19:52:56 PDT 2012


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

           Summary: CodeGeneratorJS.pm need to handle the attribute which
                    has "CallWith=ScriptExecutionContext" option.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dw.im at samsung.com


When I try to build EFL port with enabling the ENABLE_FILE_SYSTEM flag,
I met an build error.


In the HTMLInputElementFileSystem.h, webkitEntries is defined as below.
 - static PassRefPtr<EntryArray> webkitEntries(HTMLInputElement*, ScriptExecutionContext*);

But, in the JSHtmlInputElement.cpp, 
it tries to call webkitEntries(ScriptExecutionContext*, HTMLInputElement*).


I think CodeGeneratorJS.pm should be fixed.



I will upload the patch 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