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

Unified Diff: webkit/glue/idb_bindings.h

Issue 8741006: Add exports needed for glue to build as a component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to r112585 Created 9 years, 1 month 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 | « webkit/glue/glue_serialize.h ('k') | webkit/glue/image_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/idb_bindings.h
diff --git a/webkit/glue/idb_bindings.h b/webkit/glue/idb_bindings.h
index 7d7c90dac2899922b2631362fe00005cfc705f4e..794a4b925b8aaf3785e395d317eba54979c1d649 100644
--- a/webkit/glue/idb_bindings.h
+++ b/webkit/glue/idb_bindings.h
@@ -6,6 +6,7 @@
#include "base/basictypes.h"
#include "base/string16.h"
+#include "webkit/glue/webkit_glue_export.h"
namespace WebKit {
class WebIDBKey;
@@ -16,13 +17,13 @@ namespace webkit_glue {
// Warning: this method holds a V8 lock, it should only be called within a
// sandbox.
-bool IDBKeysFromValuesAndKeyPath(
+WEBKIT_GLUE_EXPORT bool IDBKeysFromValuesAndKeyPath(
const std::vector<WebKit::WebSerializedScriptValue>&
serialized_script_values,
const string16& idb_key_path,
std::vector<WebKit::WebIDBKey>* values);
-WebKit::WebSerializedScriptValue InjectIDBKey(
+WEBKIT_GLUE_EXPORT WebKit::WebSerializedScriptValue InjectIDBKey(
const WebKit::WebIDBKey& key,
const WebKit::WebSerializedScriptValue& value,
const string16& idb_key_path);
« no previous file with comments | « webkit/glue/glue_serialize.h ('k') | webkit/glue/image_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698