[Webkit-unassigned] [Bug 43878] [GTK] Linux build with FileSystem API enabled fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 15 00:53:36 PST 2011


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


Joone Hur <joone at kldp.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #79058|                            |review?
               Flag|                            |




--- Comment #20 from Joone Hur <joone at kldp.org>  2011-01-15 00:53:35 PST ---
Created an attachment (id=79058)
 --> (https://bugs.webkit.org/attachment.cgi?id=79058&action=review)
Proposed Patch

Enabling FileSystem API still has a problem as follows,

_la-JSDirectoryEntryCustom.lo
  CXX    Source/WebCore/bindings/js/libWebCore_la-JSDirectoryEntrySyncCustom.lo
../../Source/WebCore/bindings/js/JSDirectoryEntryCustom.cpp: In member function ‘JSC::JSValue WebCore::JSDirectoryEntry::getFile(JSC::ExecState*)’:
../../Source/WebCore/bindings/js/JSDirectoryEntryCustom.cpp:75: error: ‘TYPE_MISMATCH_ERR’ was not declared in this scope
../../Source/WebCore/bindings/js/JSDirectoryEntryCustom.cpp:83: error: ‘TYPE_MISMATCH_ERR’ was not declared in this scope
../../Source/WebCore/bindings/js/JSDirectoryEntryCustom.cpp: In member function ‘JSC::JSValue WebCore::JSDirectoryEntry::getDirectory(JSC::ExecState*)’:
../../Source/WebCore/bindings/js/JSDirectoryEntryCustom.cpp:121: error: ‘TYPE_MISMATCH_ERR’ was not declared in this scope
../../Source/WebCore/bindings/js/JSDirectoryEntryCustom.cpp:129: error: ‘TYPE_MISMATCH_ERR’ was not declared in this scope
make[1]: *** [Source/WebCore/bindings/js/libWebCore_la-JSDirectoryEntryCustom.lo] Error 1

This patch may fix the above problem.

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