summaryrefslogtreecommitdiffstats
path: root/content/public/renderer/v8_value_converter.h
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-12 22:03:11 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-12 22:03:11 +0000
commit83820d454c4ffe31faeb8a726a3ebb033f6ac71c (patch)
tree2a0a6fa84e6d477d755b304eb314fa0b8a3bbfc2 /content/public/renderer/v8_value_converter.h
parent31a7eef76caaaa50d57166c26ebe2f9625000642 (diff)
downloadchromium_src-83820d454c4ffe31faeb8a726a3ebb033f6ac71c.zip
chromium_src-83820d454c4ffe31faeb8a726a3ebb033f6ac71c.tar.gz
chromium_src-83820d454c4ffe31faeb8a726a3ebb033f6ac71c.tar.bz2
Enable extension APIs for content scripts.
This only enables extension functions. I will do events in a separate change. BUG=81760,80308 Review URL: http://codereview.chromium.org/8540012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109812 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public/renderer/v8_value_converter.h')
-rw-r--r--content/public/renderer/v8_value_converter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/renderer/v8_value_converter.h b/content/public/renderer/v8_value_converter.h
index e0a5ecd..e8fad2a 100644
--- a/content/public/renderer/v8_value_converter.h
+++ b/content/public/renderer/v8_value_converter.h
@@ -30,7 +30,7 @@ class CONTENT_EXPORT V8ValueConverter {
// If an array or object throws while setting a value, that property or item
// is skipped, leaving a hole in the case of arrays.
virtual v8::Handle<v8::Value> ToV8Value(
- base::Value* value,
+ const base::Value* value,
v8::Handle<v8::Context> context) const = 0;
// Converts v8::Value to Value. Unsupported types are replaced with null.