Title: [159114] trunk/Source/WebCore
- Revision
- 159114
- Author
- zandober...@gmail.com
- Date
- 2013-11-12 09:30:16 -0800 (Tue, 12 Nov 2013)
Log Message
Remove unnecessary PassOwnPtr.h header includes under Source/WebCore/fileapi
https://bugs.webkit.org/show_bug.cgi?id=124196
Reviewed by Anders Carlsson.
PassOwnPtr is not used anywhere under Source/WebCore/fileapi/, so PassOwnPtr.h inclusions can be removed.
* fileapi/Blob.h:
* fileapi/FileThread.h:
* fileapi/FileThreadTask.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (159113 => 159114)
--- trunk/Source/WebCore/ChangeLog 2013-11-12 17:25:19 UTC (rev 159113)
+++ trunk/Source/WebCore/ChangeLog 2013-11-12 17:30:16 UTC (rev 159114)
@@ -1,3 +1,16 @@
+2013-11-12 Zan Dobersek <zdober...@igalia.com>
+
+ Remove unnecessary PassOwnPtr.h header includes under Source/WebCore/fileapi
+ https://bugs.webkit.org/show_bug.cgi?id=124196
+
+ Reviewed by Anders Carlsson.
+
+ PassOwnPtr is not used anywhere under Source/WebCore/fileapi/, so PassOwnPtr.h inclusions can be removed.
+
+ * fileapi/Blob.h:
+ * fileapi/FileThread.h:
+ * fileapi/FileThreadTask.h:
+
2013-11-12 Antti Koivisto <an...@apple.com>
Text on simple lines sometimes paints one pixel off
Modified: trunk/Source/WebCore/fileapi/Blob.h (159113 => 159114)
--- trunk/Source/WebCore/fileapi/Blob.h 2013-11-12 17:25:19 UTC (rev 159113)
+++ trunk/Source/WebCore/fileapi/Blob.h 2013-11-12 17:30:16 UTC (rev 159114)
@@ -35,7 +35,6 @@
#include "URL.h"
#include "ScriptWrappable.h"
#include "URLRegistry.h"
-#include <wtf/PassOwnPtr.h>
#include <wtf/PassRefPtr.h>
#include <wtf/RefCounted.h>
#include <wtf/text/WTFString.h>
Modified: trunk/Source/WebCore/fileapi/FileThread.h (159113 => 159114)
--- trunk/Source/WebCore/fileapi/FileThread.h 2013-11-12 17:25:19 UTC (rev 159113)
+++ trunk/Source/WebCore/fileapi/FileThread.h 2013-11-12 17:30:16 UTC (rev 159114)
@@ -34,7 +34,6 @@
#if ENABLE(BLOB)
#include <wtf/MessageQueue.h>
-#include <wtf/PassOwnPtr.h>
#include <wtf/PassRefPtr.h>
#include <wtf/Threading.h>
Modified: trunk/Source/WebCore/fileapi/FileThreadTask.h (159113 => 159114)
--- trunk/Source/WebCore/fileapi/FileThreadTask.h 2013-11-12 17:25:19 UTC (rev 159113)
+++ trunk/Source/WebCore/fileapi/FileThreadTask.h 2013-11-12 17:30:16 UTC (rev 159114)
@@ -34,7 +34,6 @@
#include "CrossThreadCopier.h"
#include "CrossThreadTask.h"
#include "FileThread.h"
-#include <wtf/PassOwnPtr.h>
#include <wtf/PassRefPtr.h>
namespace WebCore {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes