Issue 2398: layout tests with canvas are crashing on the merge branch
http://code.google.com/p/chromium/issues/detail?id=2398
New issue report by [EMAIL PROTECTED]:
These all crash:
run_webkit_tests.sh --debug LayoutTests/fast/canvas
It looks like CanvasRenderingContext2D is no longer Peerable so when we try
to convert to a v8 object (V8Proxy::ToV8Object), we crash right after the
static cast to Peerable. My guess is we need to add a new case to the
switch statement in V8Proxy::ToV8Object.
My V8 fu is weak and I will need some guidance.
Issue attributes:
Status: Available
Owner: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED], [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All Area-Tests
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---