Index: Source/bindings/v8/IDBBindingUtilities.h |
diff --git a/Source/bindings/v8/IDBBindingUtilities.h b/Source/bindings/v8/IDBBindingUtilities.h |
index 08b91a793dd09dae94a28ac2211a5aa4c33c1a25..4c78b306adaf802bb6c347624327a899d091574e 100644 |
--- a/Source/bindings/v8/IDBBindingUtilities.h |
+++ b/Source/bindings/v8/IDBBindingUtilities.h |
@@ -31,6 +31,12 @@ |
#include <v8.h> |
#include "wtf/Forward.h" |
+namespace blink { |
+ |
+class WebBlobInfo; |
+ |
+} |
+ |
namespace WebCore { |
class IDBAny; |
@@ -52,7 +58,7 @@ PassRefPtr<IDBKey> scriptValueToIDBKey(v8::Isolate*, const ScriptValue&); |
PassRefPtr<IDBKeyRange> scriptValueToIDBKeyRange(v8::Isolate*, const ScriptValue&); |
#ifndef NDEBUG |
-void assertPrimaryKeyValidOrInjectable(NewScriptState*, PassRefPtr<SharedBuffer>, PassRefPtr<IDBKey>, const IDBKeyPath&); |
+void assertPrimaryKeyValidOrInjectable(NewScriptState*, PassRefPtr<SharedBuffer>, const Vector<blink::WebBlobInfo>*, PassRefPtr<IDBKey>, const IDBKeyPath&); |
#endif |
} // namespace WebCore |