Title: [275405] trunk/Source/WebCore
Revision
275405
Author
[email protected]
Date
2021-04-01 22:10:36 -0700 (Thu, 01 Apr 2021)

Log Message

Remove redundant #if in RuntimeApplicationChecks.h.
https://bugs.webkit.org/show_bug.cgi?id=224037

Reviewed by Alexey Proskuryakov.

* platform/RuntimeApplicationChecks.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (275404 => 275405)


--- trunk/Source/WebCore/ChangeLog	2021-04-02 05:00:33 UTC (rev 275404)
+++ trunk/Source/WebCore/ChangeLog	2021-04-02 05:10:36 UTC (rev 275405)
@@ -1,3 +1,12 @@
+2021-04-01  Cameron McCormack  <[email protected]>
+
+        Remove redundant #if in RuntimeApplicationChecks.h.
+        https://bugs.webkit.org/show_bug.cgi?id=224037
+
+        Reviewed by Alexey Proskuryakov.
+
+        * platform/RuntimeApplicationChecks.h:
+
 2021-04-01  Zalan Bujtas  <[email protected]>
 
         Expand on shouldComputeLogicalWidthFromAspectRatioAndInsets return logic

Modified: trunk/Source/WebCore/platform/RuntimeApplicationChecks.h (275404 => 275405)


--- trunk/Source/WebCore/platform/RuntimeApplicationChecks.h	2021-04-02 05:00:33 UTC (rev 275404)
+++ trunk/Source/WebCore/platform/RuntimeApplicationChecks.h	2021-04-02 05:10:36 UTC (rev 275405)
@@ -55,13 +55,12 @@
 #endif
 
 #if PLATFORM(COCOA)
+
 WEBCORE_EXPORT void setApplicationBundleIdentifier(const String&);
 WEBCORE_EXPORT void setApplicationBundleIdentifierOverride(const String&);
 WEBCORE_EXPORT String applicationBundleIdentifier();
 WEBCORE_EXPORT void clearApplicationBundleIdentifierTestingOverride();
 
-#if PLATFORM(COCOA)
-
 namespace CocoaApplication {
 
 WEBCORE_EXPORT bool isIBooks();
@@ -68,8 +67,6 @@
 
 }
 
-#endif // PLATFORM(COCOA)
-
 #if PLATFORM(MAC)
 
 namespace MacApplication {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to