Bug 69922

Summary: [Chromium] Web Inspector: assertion failure when evaluating expression in worker inspector console
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, antonm, apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch pfeldman: review+

Description Yury Semikhatsky 2011-10-12 05:58:17 PDT
1. Build Chromium debug.
2. Open inspector for a shared worker.
3. Try to evaluate in the console 1+1

Result:

#
# Fatal error in v8/src/objects-inl.h, line 1516
# CHECK(index < GetInternalFieldCount() && index >= 0) failed
#
Comment 1 Yury Semikhatsky 2011-10-12 06:23:56 PDT
Created attachment 110678 [details]
Patch
Comment 2 anton muhin 2011-10-12 06:38:13 PDT
Comment on attachment 110678 [details]
Patch

lgtm
Comment 3 Yury Semikhatsky 2011-10-12 06:47:30 PDT
Committed r97258: <http://trac.webkit.org/changeset/97258>