[Webkit-unassigned] [Bug 84457] [Qt] Make it possible to use v8 in the core of WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 23 15:27:40 PDT 2012


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





--- Comment #7 from Maciej Stachowiak <mjs at apple.com>  2012-04-23 15:27:39 PST ---
(From update of attachment 138104)
View in context: https://bugs.webkit.org/attachment.cgi?id=138104&action=review

> Source/JavaScriptCore/V8JSCAPIShims/APICast.h:9
> +#ifndef APICast_h
> +#define APICast_h
> +
> +#include <v8.h>
> +#include "JSBase.h"
> +
> +// Add toV8 converters.
> +
> +#endif

JSC is not the right place to put these kinds of API shims. I don't know what the right place is (maybe in the v8 repository?) but you can't expect JSC developers to maintain an API layer on top of V8.

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