[webkit-reviews] review requested: [Bug 43878] [GTK] Linux build with FileSystem API enabled fails : [Attachment 79058] Proposed Patch

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


Joone Hur <joone at kldp.org> has asked  for review:
Bug 43878: [GTK] Linux build with FileSystem API enabled fails
https://bugs.webkit.org/show_bug.cgi?id=43878

Attachment 79058: Proposed Patch
https://bugs.webkit.org/attachment.cgi?id=79058&action=review

------- Additional Comments from Joone Hur <joone at kldp.org>
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.


More information about the webkit-reviews mailing list