Changeset 147762 in webkit


Ignore:
Timestamp:
Apr 5, 2013 10:54:25 AM (11 years ago)
Author:
andersca@apple.com
Message:

Remove dead code
https://bugs.webkit.org/show_bug.cgi?id=114043

Reviewed by Beth Dakin.

  • platform/PublicSuffix.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r147761 r147762  
     12013-04-05  Anders Carlsson  <andersca@apple.com>
     2
     3        Remove dead code
     4        https://bugs.webkit.org/show_bug.cgi?id=114043
     5
     6        Reviewed by Beth Dakin.
     7
     8        * platform/PublicSuffix.h:
     9
    1102013-04-05  Anders Carlsson  <andersca@apple.com>
    211
  • trunk/Source/WebCore/platform/PublicSuffix.h

    r143986 r147762  
    3131#if ENABLE(PUBLIC_SUFFIX_LIST)
    3232
    33 #if PLATFORM(CHROMIUM)
    34 #error "The public suffix list should not be enabled on the Chromium port."
    35 #endif
    36 
    3733namespace WebCore {
    3834
     
    4036String topPrivatelyControlledDomain(const String& domain);
    4137
    42 }
     38} // namespace WebCore
    4339
    44 #endif
     40#endif // ENABLE(PUBLIC_SUFFIX_LIST)
    4541
    46 #endif
     42#endif // PublicSuffix_h
Note: See TracChangeset for help on using the changeset viewer.