Bug 43546

Summary: Web Inspector: remove mutator methods from ScriptObject and ScriptArray
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch pfeldman: review+

Description Yury Semikhatsky 2010-08-05 02:41:35 PDT
Web Inspector: remove mutator methods from ScriptObject and ScriptArray. We shouldn't modify JS objects from InspectorController, InspectorValues should be used instead.
Comment 1 Yury Semikhatsky 2010-08-05 02:43:55 PDT
Created attachment 63566 [details]
Patch
Comment 2 Pavel Feldman 2010-08-05 02:53:24 PDT
Comment on attachment 63566 [details]
Patch

WebCore/ChangeLog:5
 +          Web Inspector: remove mutator methods from ScriptObject and ScriptArray.
Fix the message - ScriptArray is gone.
Comment 3 Yury Semikhatsky 2010-08-05 06:41:11 PDT
Commited r64735.