Title: [202530] trunk/Source/WebCore
- Revision
- 202530
- Author
- [email protected]
- Date
- 2016-06-27 18:00:25 -0700 (Mon, 27 Jun 2016)
Log Message
Fix Windows build.
* bindings/js/SerializedScriptValue.h:
WTF
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (202529 => 202530)
--- trunk/Source/WebCore/ChangeLog 2016-06-28 00:55:05 UTC (rev 202529)
+++ trunk/Source/WebCore/ChangeLog 2016-06-28 01:00:25 UTC (rev 202530)
@@ -1,3 +1,10 @@
+2016-06-27 Alex Christensen <[email protected]>
+
+ Fix Windows build.
+
+ * bindings/js/SerializedScriptValue.h:
+ WTF
+
2016-06-27 Commit Queue <[email protected]>
Unreviewed, rolling out r202520.
Modified: trunk/Source/WebCore/bindings/js/SerializedScriptValue.h (202529 => 202530)
--- trunk/Source/WebCore/bindings/js/SerializedScriptValue.h 2016-06-28 00:55:05 UTC (rev 202529)
+++ trunk/Source/WebCore/bindings/js/SerializedScriptValue.h 2016-06-28 01:00:25 UTC (rev 202530)
@@ -87,7 +87,7 @@
#if ENABLE(INDEXED_DATABASE)
Vector<String> blobURLsIsolatedCopy() const;
- void writeBlobsToDiskForIndexedDB(Function<void (const IDBValue&)>&& completionHandler);
+ void writeBlobsToDiskForIndexedDB(WTF::Function<void (const IDBValue&)>&& completionHandler);
IDBValue writeBlobsToDiskForIndexedDBSynchronously();
#endif // ENABLE(INDEXED_DATABASE)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes