Title: [126517] trunk/Source/WebCore
- Revision
- 126517
- Author
- [email protected]
- Date
- 2012-08-23 17:42:50 -0700 (Thu, 23 Aug 2012)
Log Message
Unreviewed attempt to fix build failure in Debug.
* bindings/v8/ScriptValue.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (126516 => 126517)
--- trunk/Source/WebCore/ChangeLog 2012-08-24 00:41:38 UTC (rev 126516)
+++ trunk/Source/WebCore/ChangeLog 2012-08-24 00:42:50 UTC (rev 126517)
@@ -1,3 +1,9 @@
+2012-08-23 Adam Barth <[email protected]>
+
+ Unreviewed attempt to fix build failure in Debug.
+
+ * bindings/v8/ScriptValue.h:
+
2012-08-23 Joshua Bell <[email protected]>
IndexedDB: Expose mechanism for database to force a connection to close
Modified: trunk/Source/WebCore/bindings/v8/ScriptValue.h (126516 => 126517)
--- trunk/Source/WebCore/bindings/v8/ScriptValue.h 2012-08-24 00:41:38 UTC (rev 126516)
+++ trunk/Source/WebCore/bindings/v8/ScriptValue.h 2012-08-24 00:42:50 UTC (rev 126517)
@@ -39,6 +39,10 @@
#include <wtf/Vector.h>
#include <wtf/text/WTFString.h>
+#ifndef NDEBUG
+#include "V8GCController.h"
+#endif
+
namespace WTF {
class ArrayBuffer;
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes