Collapse ENABLE(BLOB)|ENABLE(FILE_SYSTEM) to just ENABLE(BLOB)
Created attachment 130815 [details] Patch
Comment on attachment 130815 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=130815&action=review > Source/WebCore/CMakeLists.txt:1691 > LIST(APPEND WebCore_IDL_FILES > fileapi/FileException.idl > fileapi/OperationNotAllowedException.idl Could you please merge this block with another IF (ENABLE_BLOB) section we have in line 1455 now that the check is the same?
Created attachment 130821 [details] Patch with merged blocks
Comment on attachment 130821 [details] Patch with merged blocks Thanks.
Comment on attachment 130821 [details] Patch with merged blocks Clearing flags on attachment: 130821 Committed r110231: <http://trac.webkit.org/changeset/110231>
All reviewed patches have been landed. Closing bug.