Title: [204467] trunk/Source/WebCore
Revision
204467
Author
achristen...@apple.com
Date
2016-08-15 10:37:55 -0700 (Mon, 15 Aug 2016)

Log Message

Fix GTK build after r204466.

* platform/gtk/DataObjectGtk.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (204466 => 204467)


--- trunk/Source/WebCore/ChangeLog	2016-08-15 17:21:13 UTC (rev 204466)
+++ trunk/Source/WebCore/ChangeLog	2016-08-15 17:37:55 UTC (rev 204467)
@@ -1,3 +1,9 @@
+2016-08-15  Alex Christensen  <achristen...@webkit.org>
+
+        Fix GTK build after r204466.
+
+        * platform/gtk/DataObjectGtk.h:
+
 2016-08-15  Joseph Pecoraro  <pecor...@apple.com>
 
         Remove unused includes of wtf headers

Modified: trunk/Source/WebCore/platform/gtk/DataObjectGtk.h (204466 => 204467)


--- trunk/Source/WebCore/platform/gtk/DataObjectGtk.h	2016-08-15 17:21:13 UTC (rev 204466)
+++ trunk/Source/WebCore/platform/gtk/DataObjectGtk.h	2016-08-15 17:37:55 UTC (rev 204467)
@@ -16,11 +16,11 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#ifndef DataObjectGtk_h
-#define DataObjectGtk_h
+#pragma once
 
 #include "FileList.h"
 #include "URL.h"
+#include <wtf/HashMap.h>
 #include <wtf/RefCounted.h>
 #include <wtf/glib/GRefPtr.h>
 #include <wtf/text/StringHash.h>
@@ -79,5 +79,3 @@
 };
 
 }
-
-#endif // DataObjectGtk_h
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to