Title: [148928] trunk/Source/WebKit/win
- Revision
- 148928
- Author
- [email protected]
- Date
- 2013-04-22 16:27:30 -0700 (Mon, 22 Apr 2013)
Log Message
Another Windows build fix after r148921
Unreviewed.
Patch by Benjamin Poulain <[email protected]> on 2013-04-22
* AccessibleBase.cpp: Add missing header include.
Modified Paths
Diff
Modified: trunk/Source/WebKit/win/AccessibleBase.cpp (148927 => 148928)
--- trunk/Source/WebKit/win/AccessibleBase.cpp 2013-04-22 23:26:02 UTC (rev 148927)
+++ trunk/Source/WebKit/win/AccessibleBase.cpp 2013-04-22 23:27:30 UTC (rev 148928)
@@ -48,6 +48,7 @@
#include <WebCore/RenderView.h>
#include <oleacc.h>
#include <wtf/RefPtr.h>
+#include <wtf/text/StringBuilder.h>
using namespace WebCore;
Modified: trunk/Source/WebKit/win/ChangeLog (148927 => 148928)
--- trunk/Source/WebKit/win/ChangeLog 2013-04-22 23:26:02 UTC (rev 148927)
+++ trunk/Source/WebKit/win/ChangeLog 2013-04-22 23:27:30 UTC (rev 148928)
@@ -1,3 +1,11 @@
+2013-04-22 Benjamin Poulain <[email protected]>
+
+ Another Windows build fix after r148921
+
+ Unreviewed.
+
+ * AccessibleBase.cpp: Add missing header include.
+
2013-04-22 Benjamin Poulain <[email protected]>
Remove the memory instrumentation code
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes