• tkent's avatar
    Deprecate some macros in wtf/Assertions.h in favor of base/logging.h · d4640bcf
    tkent authored
    - We may use *CHECK* macros instead of *ASSERT* macros.
    - We may use *LOG* macros instead of WTF_LOG.
    
    - Update the following files as examples:
      - HashTable.h
      - RefCountedLeakCounter.cpp
        It uses VLOG(0) because the log channel was enabled by default.
      - StringBuilder.*
      - TextCodecICU.cpp
      - TextEncodingRegistry.cpp
    
    - Move WTFTestPrinters implementation to WTFString.cpp and AtomicString.cpp in
      order to pass String and AtomicString to base/logging macros.
      Also, this CL removes wtf_unittest_helpers build target.
    
    This CL has no behavior changes.
    
    Review URL: https://codereview.chromium.org/1807853003
    
    Cr-Commit-Position: refs/heads/master@{#381919}
    d4640bcf
wtf_tests.gyp 3.2 KB