Summary: | [v8] SerializedScriptValue fails to deserialize an Object that has prototype with properties | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Yury Semikhatsky <yurys> | ||||||||
Component: | WebCore JavaScript | Assignee: | Yury Semikhatsky <yurys> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | pfeldman, vitalyr, yurys | ||||||||
Priority: | P2 | ||||||||||
Version: | 528+ (Nightly build) | ||||||||||
Hardware: | PC | ||||||||||
OS: | OS X 10.5 | ||||||||||
Attachments: |
|
Description
Yury Semikhatsky
2010-04-08 05:11:42 PDT
Created attachment 52853 [details]
proposed fix
Created attachment 52857 [details]
patch
Created attachment 52859 [details]
patch
Moved ++m_numSerializedProperties; after property names serialization according to vitalyr feedback.
Committing to http://svn.webkit.org/repository/webkit/trunk ... M LayoutTests/ChangeLog M LayoutTests/fast/dom/Window/window-postmessage-clone-expected.txt M LayoutTests/fast/dom/Window/window-postmessage-clone.html M WebCore/ChangeLog M WebCore/bindings/v8/SerializedScriptValue.cpp Committed r57276 (In reply to comment #4) > Committing to http://svn.webkit.org/repository/webkit/trunk ... > M LayoutTests/ChangeLog > M LayoutTests/fast/dom/Window/window-postmessage-clone-expected.txt > M LayoutTests/fast/dom/Window/window-postmessage-clone.html > M WebCore/ChangeLog > M WebCore/bindings/v8/SerializedScriptValue.cpp > Committed r57276 Thanks a lot for fixing this! |