Title: [198897] trunk/Source/WTF
- Revision
- 198897
- Author
- [email protected]
- Date
- 2016-03-31 09:45:21 -0700 (Thu, 31 Mar 2016)
Log Message
Removed leftovers of ENABLE(INSPECTOR) and ENABLE(VIEWPORT).
https://bugs.webkit.org/show_bug.cgi?id=156064
Patch by Konstantin Tokarev <[email protected]> on 2016-03-31
Reviewed by Csaba Osztrogonác.
This ifdef guards were removed in r178820 and r147714, respectively.
* wtf/FeatureDefines.h:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (198896 => 198897)
--- trunk/Source/WTF/ChangeLog 2016-03-31 16:39:32 UTC (rev 198896)
+++ trunk/Source/WTF/ChangeLog 2016-03-31 16:45:21 UTC (rev 198897)
@@ -1,3 +1,14 @@
+2016-03-31 Konstantin Tokarev <[email protected]>
+
+ Removed leftovers of ENABLE(INSPECTOR) and ENABLE(VIEWPORT).
+ https://bugs.webkit.org/show_bug.cgi?id=156064
+
+ Reviewed by Csaba Osztrogonác.
+
+ This ifdef guards were removed in r178820 and r147714, respectively.
+
+ * wtf/FeatureDefines.h:
+
2016-03-31 Brent Fulgham <[email protected]>
[WK2] Support download attribute feature
Modified: trunk/Source/WTF/wtf/FeatureDefines.h (198896 => 198897)
--- trunk/Source/WTF/wtf/FeatureDefines.h 2016-03-31 16:39:32 UTC (rev 198896)
+++ trunk/Source/WTF/wtf/FeatureDefines.h 2016-03-31 16:45:21 UTC (rev 198897)
@@ -537,10 +537,6 @@
#endif
#endif
-#if !defined(ENABLE_INSPECTOR)
-#define ENABLE_INSPECTOR 1
-#endif
-
#if !defined(ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS)
#define ENABLE_INSPECTOR_ALTERNATE_DISPATCHERS 0
#endif
@@ -743,10 +739,6 @@
#define ENABLE_DATACUE_VALUE 0
#endif
-#if !defined(ENABLE_VIEWPORT)
-#define ENABLE_VIEWPORT 0
-#endif
-
#if !defined(ENABLE_VIEW_MODE_CSS_MEDIA)
#define ENABLE_VIEW_MODE_CSS_MEDIA 1
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes