[Webkit-unassigned] [Bug 30171] fast/dom/Window/window-postmessage-clone.html fails on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 7 09:24:04 PDT 2009


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





--- Comment #1 from Adam Roben (aroben) <aroben at apple.com>  2009-10-07 09:24:04 PDT ---
It looks like this test is failing:

        if (value.isObject() && asObject(value)->inherits(&DateInstance::info))
            return
SerializedScriptValueData(SerializedScriptValueData::DateType,
asDateInstance(value)->internalNumber());

<http://trac.webkit.org/browser/trunk/WebCore/bindings/js/SerializedScriptValue.cpp?rev=49216#L478>

It seems that &DateInstance::info in WebCore and &DateInstance::info in JSC
don't return the same pointer, so the inherits() test fails. I think this is a
linking problem.

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