[webkit-dev] What is WebCore.order used for?

Adam Barth abarth at webkit.org
Sun Jun 28 15:39:55 PDT 2009


You might need to add the symbols to WebCore.base.exp.  WebCore.order
is super mysterious and I've been told to ignore it.

Adam


On Sun, Jun 28, 2009 at 3:26 PM, Drew Wilson<atwilson at google.com> wrote:
> I'm adding the initial APIs for SharedWorkers, which require me to add a
> couple of .idl files, as well as implementations in WebCore/workers and JS
> bindings in bindings/js.
> I'm getting a bunch of weird link errors which I haven't figured out:
>   "__ZN7WebCore23JSSharedWorkerPrototype4selfEPN3JSC9ExecStateEPNS1_14JSGlobalObjectE",
> referenced from:
>
>  __ZN7WebCore25JSSharedWorkerConstructorC1EPN3JSC9ExecStateEPNS_17JSDOMGlobalObjectE
> in JSSharedWorkerConstructor.o
>
>  __ZN7WebCore25JSSharedWorkerConstructorC2EPN3JSC9ExecStateEPNS_17JSDOMGlobalObjectE
> in JSSharedWorkerConstructor.o
> I note that there are a number of Worker symbols in WebCore.order, and I'm
> wondering if I might need to add SharedWorker symbols in there as well - is
> there any documentation for what WebCore.order is used for, and when/how to
> update it?
> -atw
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>


More information about the webkit-dev mailing list