Status: Available
Owner: [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All Area-WebKit v8 bindings

New issue 5074 by [EMAIL PROTECTED]: build-in object constructors return a  
different type in v8 vs jsc
http://code.google.com/p/chromium/issues/detail?id=5074

Test case:
http://ponderer.org/tests/chrome/css-style.html

In v8, I get:
function CSSStyleDeclaration() { [native code] }
function CSSRule() { [native code] }
function XMLHttpRequest() { [native code] }

In JSC, I get:
[object CSSStyleDeclarationConstructor]
[object CSSRuleConstructor]
[object Object]

The difference between function and object is causing
LayoutTests/animations/keyframes-rule.html to fail.

-- 
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 chromium-bugs@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to