Index: Source/bindings/modules/v8/IDBBindingUtilities.h |
diff --git a/Source/bindings/modules/v8/IDBBindingUtilities.h b/Source/bindings/modules/v8/IDBBindingUtilities.h |
index 37e3bbe9a1ca63165dc8b3b663cf41930d47a15c..c22897f392599820de38c8886dc7472eb830bbaf 100644 |
--- a/Source/bindings/modules/v8/IDBBindingUtilities.h |
+++ b/Source/bindings/modules/v8/IDBBindingUtilities.h |
@@ -42,7 +42,7 @@ class SharedBuffer; |
class WebBlobInfo; |
// Exposed for unit testing: |
-bool injectV8KeyIntoV8Value(v8::Isolate*, v8::Handle<v8::Value> key, v8::Handle<v8::Value>, const IDBKeyPath&); |
+bool injectV8KeyIntoV8Value(v8::Isolate*, v8::Local<v8::Value> key, v8::Local<v8::Value>, const IDBKeyPath&); |
// For use by Source/modules/indexeddb: |
IDBKey* createIDBKeyFromScriptValueAndKeyPath(v8::Isolate*, const ScriptValue&, const IDBKeyPath&); |