Title: [228367] trunk/Source/WebCore
Revision
228367
Author
[email protected]
Date
2018-02-10 17:53:35 -0800 (Sat, 10 Feb 2018)

Log Message

Remove an unused static variable in DeprecatedGlobalSettings.h
https://bugs.webkit.org/show_bug.cgi?id=182672

Reviewed by Joseph Pecoraro.

After r227282, this flag is no longer used anywhere. No change in behavior.

* page/DeprecatedGlobalSettings.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (228366 => 228367)


--- trunk/Source/WebCore/ChangeLog	2018-02-10 23:49:54 UTC (rev 228366)
+++ trunk/Source/WebCore/ChangeLog	2018-02-11 01:53:35 UTC (rev 228367)
@@ -1,3 +1,14 @@
+2018-02-10  Wenson Hsieh  <[email protected]>
+
+        Remove an unused static variable in DeprecatedGlobalSettings.h
+        https://bugs.webkit.org/show_bug.cgi?id=182672
+
+        Reviewed by Joseph Pecoraro.
+
+        After r227282, this flag is no longer used anywhere. No change in behavior.
+
+        * page/DeprecatedGlobalSettings.h:
+
 2018-02-10  Zalan Bujtas  <[email protected]>
 
         [RenderTreeBuilder] Move RenderBlock::takeChild mutation to a RenderTreeBuilder

Modified: trunk/Source/WebCore/page/DeprecatedGlobalSettings.h (228366 => 228367)


--- trunk/Source/WebCore/page/DeprecatedGlobalSettings.h	2018-02-10 23:49:54 UTC (rev 228366)
+++ trunk/Source/WebCore/page/DeprecatedGlobalSettings.h	2018-02-11 01:53:35 UTC (rev 228367)
@@ -137,7 +137,6 @@
     WEBCORE_EXPORT static bool gShouldOptOutOfNetworkStateObservation;
 #endif
     WEBCORE_EXPORT static bool gManageAudioSession;
-    WEBCORE_EXPORT static bool gCustomPasteboardDataEnabled;
     
 #if ENABLE(MEDIA_STREAM)
     static bool gMockCaptureDevicesEnabled;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to