[Webkit-unassigned] [Bug 134679] Fix the !ENABLE(FILTERS) && !ENABLE(CSS_FILTERS) build after r167497

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 7 11:03:11 PDT 2014


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





--- Comment #2 from Darin Adler <darin at apple.com>  2014-07-07 11:03:27 PST ---
(From update of attachment 234484)
View in context: https://bugs.webkit.org/attachment.cgi?id=234484&action=review

I’d like to hear what some JavaScript bindings expert has to say about this.

> Source/WebCore/platform/graphics/ImageBuffer.h:39
> +#include <runtime/JSCInlines.h>
> +#include <runtime/TypedArrayInlines.h>

This is really unfortunate; includes that are only needed for the JavaScript bindings really don’t belong in the DOM implementation itself. However, there may be no other solution to this problem.

> Source/WebCore/platform/graphics/ImageBuffer.h:40
>  #include <runtime/Uint8ClampedArray.h>

This already-existing include is equally bad.

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