Title: [115584] trunk/Source/WebCore
Revision
115584
Author
[email protected]
Date
2012-04-28 15:39:17 -0700 (Sat, 28 Apr 2012)

Log Message

Once again, try to make these puppies work.

* bindings/v8/custom/V8BlobCustom.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (115583 => 115584)


--- trunk/Source/WebCore/ChangeLog	2012-04-28 22:33:50 UTC (rev 115583)
+++ trunk/Source/WebCore/ChangeLog	2012-04-28 22:39:17 UTC (rev 115584)
@@ -1,5 +1,11 @@
 2012-04-28  Sam Weinig  <[email protected]>
 
+        Once again, try to make these puppies work.
+
+        * bindings/v8/custom/V8BlobCustom.cpp:
+
+2012-04-28  Sam Weinig  <[email protected]>
+
         Fix the Chromium build.
 
         * bindings/v8/custom/V8BlobCustom.cpp:

Modified: trunk/Source/WebCore/bindings/v8/custom/V8BlobCustom.cpp (115583 => 115584)


--- trunk/Source/WebCore/bindings/v8/custom/V8BlobCustom.cpp	2012-04-28 22:33:50 UTC (rev 115583)
+++ trunk/Source/WebCore/bindings/v8/custom/V8BlobCustom.cpp	2012-04-28 22:39:17 UTC (rev 115584)
@@ -32,7 +32,9 @@
 #include "Blob.h"
 
 #include "Dictionary.h"
+#include "V8ArrayBuffer.h"
 #include "V8Binding.h"
+#include "V8BindingMacros.h"
 #include "V8Blob.h"
 #include "V8File.h"
 #include "V8Proxy.h"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to