Title: [148542] trunk/Source/WebCore
Revision
148542
Author
jber...@webkit.org
Date
2013-04-16 14:20:34 -0700 (Tue, 16 Apr 2013)

Log Message

Speculative Windows build fix.

* platform/win/ContextMenuWin.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (148541 => 148542)


--- trunk/Source/WebCore/ChangeLog	2013-04-16 21:07:09 UTC (rev 148541)
+++ trunk/Source/WebCore/ChangeLog	2013-04-16 21:20:34 UTC (rev 148542)
@@ -1,3 +1,9 @@
+2013-04-16  Jessie Berlin  <jber...@apple.com>
+
+        Speculative Windows build fix.
+
+        * platform/win/ContextMenuWin.cpp:
+
 2013-04-16  Eric Carlson  <eric.carl...@apple.com>
 
         [Mac] in-band cues sometimes displayed late

Modified: trunk/Source/WebCore/platform/win/ContextMenuWin.cpp (148541 => 148542)


--- trunk/Source/WebCore/platform/win/ContextMenuWin.cpp	2013-04-16 21:07:09 UTC (rev 148541)
+++ trunk/Source/WebCore/platform/win/ContextMenuWin.cpp	2013-04-16 21:20:34 UTC (rev 148542)
@@ -32,6 +32,7 @@
 #include "Node.h"
 #include "NotImplemented.h"
 #include <windows.h>
+#include <wtf/OwnArrayPtr.h>
 #include <wtf/Vector.h>
 #include <wtf/text/CString.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to