Bug 93803

Summary: [V8] Move V8PerIsolateData::visitExternalStrings() to V8PerIsolateData.cpp
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 93095    
Attachments:
Description Flags
Patch none

Description Kentaro Hara 2012-08-13 01:33:28 PDT
In r125015, I forgot to move V8PerIsolateData::visitExternalStrings() to V8PerIsolateData.cpp.
Comment 1 Kentaro Hara 2012-08-13 01:34:41 PDT
Created attachment 157938 [details]
Patch
Comment 2 Kentaro Hara 2012-08-13 17:41:19 PDT
Committed r125477: <http://trac.webkit.org/changeset/125477>