Title: [235348] trunk
Revision
235348
Author
[email protected]
Date
2018-08-26 19:54:13 -0700 (Sun, 26 Aug 2018)

Log Message

[CMake] Remove stale comment from WebKitFeatures.cmake
https://bugs.webkit.org/show_bug.cgi?id=188918

Reviewed by Fujii Hironori.

This comment at the top of WebKitFeatures.cmake is no longer accurate because feature defaults are no longer defined in FeatureList.pm (thank goodness!)

* Source/cmake/WebKitFeatures.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (235347 => 235348)


--- trunk/ChangeLog	2018-08-27 02:48:19 UTC (rev 235347)
+++ trunk/ChangeLog	2018-08-27 02:54:13 UTC (rev 235348)
@@ -1,3 +1,14 @@
+2018-08-26  Michael Catanzaro  <[email protected]>
+
+        [CMake] Remove stale comment from WebKitFeatures.cmake
+        https://bugs.webkit.org/show_bug.cgi?id=188918
+
+        Reviewed by Fujii Hironori.
+
+        This comment at the top of WebKitFeatures.cmake is no longer accurate because feature defaults are no longer defined in FeatureList.pm (thank goodness!)
+
+        * Source/cmake/WebKitFeatures.cmake:
+
 2018-08-23  Don Olmstead  <[email protected]>
 
         [CMake] Have checks are not getting set inside CMake properly

Modified: trunk/Source/cmake/WebKitFeatures.cmake (235347 => 235348)


--- trunk/Source/cmake/WebKitFeatures.cmake	2018-08-27 02:48:19 UTC (rev 235347)
+++ trunk/Source/cmake/WebKitFeatures.cmake	2018-08-27 02:54:13 UTC (rev 235348)
@@ -3,10 +3,6 @@
 # Options*.cmake, but should do so only if there is strong reason to
 # deviate from the defaults of the WebKit project (e.g. if the feature
 # requires platform-specific implementation that does not exist).
-#
-# Most defaults in this file affect end users but not developers.
-# Defaults for development builds are set in FeatureList.pm. Most all
-# features enabled here should also be enabled in FeatureList.pm.
 
 set(_WEBKIT_AVAILABLE_OPTIONS "")
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to