Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(445)

Unified Diff: third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.h

Issue 2781273004: Graceful handling of new versions of IndexedDB serialized data. (Closed)
Patch Set: Addressed nits. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.h
diff --git a/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.h b/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.h
index 26e68c39021a409e47c5162e14fba8382a7849f6..0a7e3cbf343e2840251b538990f00a754ff34f91 100644
--- a/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.h
+++ b/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.h
@@ -19,6 +19,10 @@ class SerializedScriptValue;
class WebBlobInfo;
// Exposed for unit testing:
+MODULES_EXPORT v8::Local<v8::Value> deserializeIDBValue(
+ v8::Isolate*,
+ v8::Local<v8::Object> creationContext,
+ const IDBValue*);
MODULES_EXPORT bool injectV8KeyIntoV8Value(v8::Isolate*,
v8::Local<v8::Value> key,
v8::Local<v8::Value>,
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698