Title: [202451] trunk/Source/WebCore
- Revision
- 202451
- Author
- [email protected]
- Date
- 2016-06-24 14:58:55 -0700 (Fri, 24 Jun 2016)
Log Message
Another Windows build fix.
* platform/network/BlobRegistry.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (202450 => 202451)
--- trunk/Source/WebCore/ChangeLog 2016-06-24 21:54:10 UTC (rev 202450)
+++ trunk/Source/WebCore/ChangeLog 2016-06-24 21:58:55 UTC (rev 202451)
@@ -1,7 +1,13 @@
2016-06-24 Anders Carlsson <[email protected]>
- Yeat another Windows build fix.
+ Another Windows build fix.
+ * platform/network/BlobRegistry.h:
+
+2016-06-24 Anders Carlsson <[email protected]>
+
+ Yet another Windows build fix.
+
* dom/ActiveDOMCallbackMicrotask.h:
2016-06-24 Anders Carlsson <[email protected]>
Modified: trunk/Source/WebCore/platform/network/BlobRegistry.h (202450 => 202451)
--- trunk/Source/WebCore/platform/network/BlobRegistry.h 2016-06-24 21:54:10 UTC (rev 202450)
+++ trunk/Source/WebCore/platform/network/BlobRegistry.h 2016-06-24 21:58:55 UTC (rev 202451)
@@ -67,7 +67,7 @@
virtual unsigned long long blobSize(const URL&) = 0;
- virtual void writeBlobsToTemporaryFiles(const Vector<String>& blobURLs, Function<void (const Vector<String>& filePaths)>&& completionHandler) = 0;
+ virtual void writeBlobsToTemporaryFiles(const Vector<String>& blobURLs, WTF::Function<void (const Vector<String>& filePaths)>&& completionHandler) = 0;
virtual bool isBlobRegistryImpl() const { return false; }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes