Bug 43546 - Web Inspector: remove mutator methods from ScriptObject and ScriptArray
Summary: Web Inspector: remove mutator methods from ScriptObject and ScriptArray
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-05 02:41 PDT by Yury Semikhatsky
Modified: 2010-08-05 06:41 PDT (History)
9 users (show)

See Also:


Attachments
Patch (35.35 KB, patch)
2010-08-05 02:43 PDT, Yury Semikhatsky
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.