[webkit-reviews] review granted: [Bug 23294] add Android platform-specific files to WebCore/editing : [Attachment 26670] patch v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 13 16:59:53 PST 2009


Darin Adler <darin at apple.com> has granted Mark Rowe (bdash) <mrowe at apple.com>'s
request for review:
Bug 23294: add Android platform-specific files to WebCore/editing
https://bugs.webkit.org/show_bug.cgi?id=23294

Attachment 26670: patch v1
https://bugs.webkit.org/attachment.cgi?id=26670&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
> +#include "ClipboardAndroid.h"
> +#include "Document.h"
> +#include "Element.h"
> +#include "htmlediting.h"
> +#include "NotImplemented.h"
> +#include "TextIterator.h"
> +#include "visible_units.h"

I don't think we need any of these includes except for ClipboardAndroid.h.

r=me


More information about the webkit-reviews mailing list