[Webkit-unassigned] [Bug 97632] New: Fix potential build error on LocalFileSystem::deleteFileSystem

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 25 22:34:21 PDT 2012


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

           Summary: Fix potential build error on
                    LocalFileSystem::deleteFileSystem
           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


Non-Chrome build of WebKit with FILE_SYSTEM flag will be broken at
LocalFileSystem::deleteFileSystem.

Type of the third parameter is PassOwnPtr<AsyncFileSystemCallbacks> in header file, 
but PassRefPtr<AsyncFileSystemCallbacks> in cpp file.


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