V8IsolatedContext is getting debug id assigned post-construction. At the same time, it gets all helper module scripts injected within the constructor. As a result, scripts end up in the main world's list.
Created attachment 137562 [details] Patch
Comment on attachment 137562 [details] Patch Attachment 137562 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/12418777 New failing tests: svg/transforms/text-with-pattern-with-svg-transform.svg
Created attachment 137571 [details] Archive of layout-test-results from ec2-cr-linux-02 The attached test failures were seen while running run-webkit-tests on the chromium-ews. Bot: ec2-cr-linux-02 Port: <class 'webkitpy.common.config.ports.ChromiumXVFBPort'> Platform: Linux-2.6.35-28-virtual-x86_64-with-Ubuntu-10.10-maverick
Committed r114497: <http://trac.webkit.org/changeset/114497>
Committed r114535: <http://trac.webkit.org/changeset/114535>