Title: [147762] trunk/Source/WebCore
- Revision
- 147762
- Author
- [email protected]
- Date
- 2013-04-05 10:54:25 -0700 (Fri, 05 Apr 2013)
Log Message
Remove dead code
https://bugs.webkit.org/show_bug.cgi?id=114043
Reviewed by Beth Dakin.
* platform/PublicSuffix.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (147761 => 147762)
--- trunk/Source/WebCore/ChangeLog 2013-04-05 17:48:28 UTC (rev 147761)
+++ trunk/Source/WebCore/ChangeLog 2013-04-05 17:54:25 UTC (rev 147762)
@@ -1,5 +1,14 @@
2013-04-05 Anders Carlsson <[email protected]>
+ Remove dead code
+ https://bugs.webkit.org/show_bug.cgi?id=114043
+
+ Reviewed by Beth Dakin.
+
+ * platform/PublicSuffix.h:
+
+2013-04-05 Anders Carlsson <[email protected]>
+
Remove dead Chromium code from WebCore/workers
https://bugs.webkit.org/show_bug.cgi?id=114039
Modified: trunk/Source/WebCore/platform/PublicSuffix.h (147761 => 147762)
--- trunk/Source/WebCore/platform/PublicSuffix.h 2013-04-05 17:48:28 UTC (rev 147761)
+++ trunk/Source/WebCore/platform/PublicSuffix.h 2013-04-05 17:54:25 UTC (rev 147762)
@@ -30,17 +30,13 @@
#if ENABLE(PUBLIC_SUFFIX_LIST)
-#if PLATFORM(CHROMIUM)
-#error "The public suffix list should not be enabled on the Chromium port."
-#endif
-
namespace WebCore {
bool isPublicSuffix(const String& domain);
String topPrivatelyControlledDomain(const String& domain);
-}
+} // namespace WebCore
-#endif
+#endif // ENABLE(PUBLIC_SUFFIX_LIST)
-#endif
+#endif // PublicSuffix_h
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes