Bug 70443 - Removed StringImplBase, fusing it into StringImpl
Summary: Removed StringImplBase, fusing it into StringImpl
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-19 14:52 PDT by Geoffrey Garen
Modified: 2011-10-19 16:54 PDT (History)
2 users (show)

See Also:


Attachments
Patch (18.53 KB, patch)
2011-10-19 14:53 PDT, Geoffrey Garen
barraclough: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2011-10-19 14:52:25 PDT
Removed StringImplBase, fusing it into StringImpl
Comment 1 Geoffrey Garen 2011-10-19 14:53:58 PDT
Created attachment 111679 [details]
Patch
Comment 2 WebKit Review Bot 2011-10-19 15:37:38 PDT
Attachment 111679 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source..." exit_code: 1

Source/JavaScriptCore/wtf/text/StringImpl.h:66:  More than one command on the same line  [whitespace/newline] [4]
Total errors found: 1 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Geoffrey Garen 2011-10-19 16:54:46 PDT
Committed r97894: <http://trac.webkit.org/changeset/97894>