[Webkit-unassigned] [Bug 15079] Fails to build on arm (debian)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 26 00:53:14 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15079


aroben at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #16121|                            |review-
               Flag|                            |




------- Comment #2 from aroben at apple.com  2007-08-26 00:53 PDT -------
(From update of attachment 16121)
Thanks for the patch! A couple of comments.

+#if   defined(arm) \
+   || defined(__arm__)

You should just put these on the same line:

#if defined(arm) || defined(__arm__)

You'll need to create a ChangeLog entry using the prepare-ChangeLog. See
<http://webkit.org/coding/contributing.html>.

You should also set the review flag to ? when uploading patches so that people
know they need review.

Once you have a patch with a ChangeLog entry, upload it here and I'll r+ it.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list