Title: [163883] trunk/Source/WebKit/mac
- Revision
- 163883
- Author
- [email protected]
- Date
- 2014-02-11 09:36:10 -0800 (Tue, 11 Feb 2014)
Log Message
iOS build fix.
* WebCoreSupport/WebChromeClient.mm: Fixed incorrectly nested ifdefs.
Modified Paths
Diff
Modified: trunk/Source/WebKit/mac/ChangeLog (163882 => 163883)
--- trunk/Source/WebKit/mac/ChangeLog 2014-02-11 17:36:07 UTC (rev 163882)
+++ trunk/Source/WebKit/mac/ChangeLog 2014-02-11 17:36:10 UTC (rev 163883)
@@ -1,3 +1,9 @@
+2014-02-11 Alexey Proskuryakov <[email protected]>
+
+ iOS build fix.
+
+ * WebCoreSupport/WebChromeClient.mm: Fixed incorrectly nested ifdefs.
+
2014-02-10 Alexey Proskuryakov <[email protected]>
Add hooks for wrapping CryptoKeys in SerializedScriptValue
Modified: trunk/Source/WebKit/mac/WebCoreSupport/WebChromeClient.mm (163882 => 163883)
--- trunk/Source/WebKit/mac/WebCoreSupport/WebChromeClient.mm 2014-02-11 17:36:07 UTC (rev 163882)
+++ trunk/Source/WebKit/mac/WebCoreSupport/WebChromeClient.mm 2014-02-11 17:36:10 UTC (rev 163883)
@@ -996,6 +996,8 @@
#endif
}
+#endif // ENABLE(FULLSCREEN_API)
+
#if ENABLE(SUBTLE_CRYPTO)
bool WebChromeClient::wrapCryptoKey(const Vector<uint8_t>& key, Vector<uint8_t>& wrappedKey) const
{
@@ -1009,5 +1011,3 @@
return true;
}
#endif
-
-#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes