Bug 93803 - [V8] Move V8PerIsolateData::visitExternalStrings() to V8PerIsolateData.cpp
Summary: [V8] Move V8PerIsolateData::visitExternalStrings() to V8PerIsolateData.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks: 93095
  Show dependency treegraph
 
Reported: 2012-08-13 01:33 PDT by Kentaro Hara
Modified: 2012-08-13 19:24 PDT (History)
3 users (show)

See Also:


Attachments
Patch (3.37 KB, patch)
2012-08-13 01:34 PDT, Kentaro Hara
no flags Details | Formatted Diff | Diff

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