Index: Source/WebCore/bindings/v8/IDBBindingUtilities.h |
=================================================================== |
--- Source/WebCore/bindings/v8/IDBBindingUtilities.h (revision 132819) |
+++ Source/WebCore/bindings/v8/IDBBindingUtilities.h (working copy) |
@@ -28,7 +28,6 @@ |
#if ENABLE(INDEXED_DATABASE) |
-#include "ScriptValue.h" |
#include <v8.h> |
#include <wtf/Forward.h> |
@@ -39,15 +38,9 @@ |
class SerializedScriptValue; |
PassRefPtr<IDBKey> createIDBKeyFromValue(v8::Handle<v8::Value>); |
- |
-// FIXME: remove the SerializedValue versions when their use is finally removed in https://bugs.webkit.org/show_bug.cgi?id=95409. |
PassRefPtr<IDBKey> createIDBKeyFromSerializedValueAndKeyPath(PassRefPtr<SerializedScriptValue>, const IDBKeyPath&); |
PassRefPtr<SerializedScriptValue> injectIDBKeyIntoSerializedValue(PassRefPtr<IDBKey>, PassRefPtr<SerializedScriptValue>, const IDBKeyPath&); |
-PassRefPtr<IDBKey> createIDBKeyFromScriptValueAndKeyPath(const ScriptValue&, const IDBKeyPath&); |
-bool canInjectIDBKeyIntoScriptValue(const ScriptValue&, const IDBKeyPath&); |
-ScriptValue deserializeIDBValue(ScriptExecutionContext*, PassRefPtr<SerializedScriptValue>); |
- |
} |
#endif // ENABLE(INDEXED_DATABASE) |
Property changes on: Source/WebCore/bindings/v8/IDBBindingUtilities.h |
___________________________________________________________________ |
Added: svn:mergeinfo |
Merged /trunk/WebCore/bindings/v8/IDBBindingUtilities.h:r53455 |