[Webkit-unassigned] [Bug 79449] Move FILE_SYSTEM code out of WorkerContext and into the fileapi folder

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 26 08:51:16 PST 2012


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


Philippe Normand <pnormand at igalia.com> changed:

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




--- Comment #17 from Philippe Normand <pnormand at igalia.com>  2012-02-26 08:51:15 PST ---
(From update of attachment 128918)
View in context: https://bugs.webkit.org/attachment.cgi?id=128918&action=review

> Source/WebCore/GNUmakefile.list.am:4871
>  	$(WebCore)/fileapi/MetadataCallback.idl
> +	$(WebCore)/fileapi/WorkerContextFileSystem.idl \

This won't work either. Move the backslash to the end of previous line:

$(WebCore)/fileapi/MetadataCallback.idl \
$(WebCore)/fileapi/WorkerContextFileSystem.idl

(without forgetting the tabulations :)

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