Changes between Version 1 and Version 2 of EfficientStrings


Ignore:
Timestamp:
Aug 24, 2012 10:10:03 PM (12 years ago)
Author:
dbates@webkit.org
Comment:

Remove extraneous parenthesis

Legend:

Unmodified
Added
Removed
Modified
  • EfficientStrings

    v1 v2  
    55==== From literal ====
    66Each String type has a efficient constructor to initialize the string from a literal:
    7  * '''String foo = ASCIILiteral("bar"))''';
     7 * '''String foo = ASCIILiteral("bar")''';
    88 * String foo("bar", String::ConstructFromLiteral);
    99 * AtomicString foo("bar", AtomicString::ConstructFromLiteral);