Title: [208991] trunk/Source/WebCore
- Revision
- 208991
- Author
- [email protected]
- Date
- 2016-11-27 10:16:51 -0800 (Sun, 27 Nov 2016)
Log Message
Fix various --minimal build issues
https://bugs.webkit.org/show_bug.cgi?id=165060
Reviewed by Darin Adler.
* css/parser/CSSPropertyParser.cpp:
* dom/Document.cpp:
* loader/EmptyClients.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (208990 => 208991)
--- trunk/Source/WebCore/ChangeLog 2016-11-27 18:14:39 UTC (rev 208990)
+++ trunk/Source/WebCore/ChangeLog 2016-11-27 18:16:51 UTC (rev 208991)
@@ -1,3 +1,14 @@
+2016-11-27 Csaba Osztrogonác <[email protected]>
+
+ Fix various --minimal build issues
+ https://bugs.webkit.org/show_bug.cgi?id=165060
+
+ Reviewed by Darin Adler.
+
+ * css/parser/CSSPropertyParser.cpp:
+ * dom/Document.cpp:
+ * loader/EmptyClients.cpp:
+
2016-11-26 Yusuke Suzuki <[email protected]>
[WTF] Import std::optional reference implementation as WTF::Optional
Modified: trunk/Source/WebCore/css/parser/CSSPropertyParser.cpp (208990 => 208991)
--- trunk/Source/WebCore/css/parser/CSSPropertyParser.cpp 2016-11-27 18:14:39 UTC (rev 208990)
+++ trunk/Source/WebCore/css/parser/CSSPropertyParser.cpp 2016-11-27 18:16:51 UTC (rev 208991)
@@ -4710,6 +4710,7 @@
return true;
}
+#if ENABLE(CSS_GRID_LAYOUT)
// FIXME-NEWPARSER: Hack to work around the fact that we aren't using CSSCustomIdentValue
// for stuff yet. This can be replaced by CSSValue::isCustomIdentValue() once we switch
// to using CSSCustomIdentValue everywhere.
@@ -4718,7 +4719,6 @@
return is<CSSPrimitiveValue>(value) && downcast<CSSPrimitiveValue>(value).isString();
}
-#if ENABLE(CSS_GRID_LAYOUT)
bool CSSPropertyParser::consumeGridItemPositionShorthand(CSSPropertyID shorthandId, bool important)
{
const StylePropertyShorthand& shorthand = shorthandForProperty(shorthandId);
Modified: trunk/Source/WebCore/dom/Document.cpp (208990 => 208991)
--- trunk/Source/WebCore/dom/Document.cpp 2016-11-27 18:14:39 UTC (rev 208990)
+++ trunk/Source/WebCore/dom/Document.cpp 2016-11-27 18:16:51 UTC (rev 208991)
@@ -155,6 +155,7 @@
#include "ScriptSourceCode.h"
#include "ScrollingCoordinator.h"
#include "SecurityOrigin.h"
+#include "SecurityOriginData.h"
#include "SecurityOriginPolicy.h"
#include "SecurityPolicy.h"
#include "SegmentedString.h"
Modified: trunk/Source/WebCore/loader/EmptyClients.cpp (208990 => 208991)
--- trunk/Source/WebCore/loader/EmptyClients.cpp 2016-11-27 18:14:39 UTC (rev 208990)
+++ trunk/Source/WebCore/loader/EmptyClients.cpp 2016-11-27 18:16:51 UTC (rev 208991)
@@ -44,6 +44,7 @@
#include "PageConfiguration.h"
#include "PaymentCoordinatorClient.h"
#include "PluginInfoProvider.h"
+#include "SecurityOriginData.h"
#include "StorageArea.h"
#include "StorageNamespace.h"
#include "StorageNamespaceProvider.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes