Once again, try to make these puppies work.
authorweinig@apple.com <weinig@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sat, 28 Apr 2012 22:39:17 +0000 (22:39 +0000)
committerweinig@apple.com <weinig@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sat, 28 Apr 2012 22:39:17 +0000 (22:39 +0000)
* bindings/v8/custom/V8BlobCustom.cpp:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@115584 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebCore/ChangeLog
Source/WebCore/bindings/v8/custom/V8BlobCustom.cpp

index d4fbd22..5e62f40 100644 (file)
@@ -1,5 +1,11 @@
 2012-04-28  Sam Weinig  <sam@webkit.org>
 
+        Once again, try to make these puppies work.
+
+        * bindings/v8/custom/V8BlobCustom.cpp:
+
+2012-04-28  Sam Weinig  <sam@webkit.org>
+
         Fix the Chromium build.
 
         * bindings/v8/custom/V8BlobCustom.cpp:
index fd25dfd..33adfd6 100644 (file)
@@ -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"