Bug 44328 - [V8] Web Inspector: discard InjectedScript reference on ScriptState when clearing injected scripts
Summary: [V8] Web Inspector: discard InjectedScript reference on ScriptState when clea...
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-20 03:13 PDT by Yury Semikhatsky
Modified: 2010-08-20 04:34 PDT (History)
9 users (show)

See Also:


Attachments
Patch (6.68 KB, patch)
2010-08-20 03:17 PDT, Yury Semikhatsky
no flags Details | Formatted Diff | Diff
Patch (6.64 KB, patch)
2010-08-20 04:17 PDT, Yury Semikhatsky
no flags 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-20 03:13:55 PDT
Web Inspector: discard InjectedScript reference on ScriptState when clearing injected scripts. Otherwise we may remove InjectedScript from the map on InjectedScriptHost but keep it on ScriptState and try to reuse it later.
Comment 1 Yury Semikhatsky 2010-08-20 03:17:03 PDT
Created attachment 64940 [details]
Patch
Comment 2 Yury Semikhatsky 2010-08-20 04:17:50 PDT
Created attachment 64943 [details]
Patch
Comment 3 Yury Semikhatsky 2010-08-20 04:34:46 PDT
Comment on attachment 64943 [details]
Patch

Clearing flags on attachment: 64943

Committed r65730: <http://trac.webkit.org/changeset/65730>
Comment 4 Yury Semikhatsky 2010-08-20 04:34:57 PDT
All reviewed patches have been landed.  Closing bug.