Ignore:
Timestamp:
Jun 16, 2019, 6:48:13 PM (6 years ago)
Author:
Darin Adler
Message:

Rename AtomicString to AtomString
https://bugs.webkit.org/show_bug.cgi?id=195276

Reviewed by Michael Catanzaro.

  • many files: Let do-webcore-rename do the renaming.

Source/WTF:

  • wtf/text/AtomString.h: After renaming, added AtomicString as a synonym for

now; helps smooth things over with a tiny bit of Apple internal software so
we don't have to do this all at once. Can remove it soon.

Tools:

  • Scripts/do-webcore-rename: Updated with a list of all the identifiers

that mention "atomic string" and changed them to instead say "atom string".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/css/CSSNamespaceRule.cpp

    r223728 r246490  
    4141CSSNamespaceRule::~CSSNamespaceRule() = default;
    4242
    43 AtomicString CSSNamespaceRule::namespaceURI() const
     43AtomString CSSNamespaceRule::namespaceURI() const
    4444{
    4545    return m_namespaceRule->uri();
    4646}
    4747   
    48 AtomicString CSSNamespaceRule::prefix() const
     48AtomString CSSNamespaceRule::prefix() const
    4949{
    5050    return m_namespaceRule->prefix();
Note: See TracChangeset for help on using the changeset viewer.