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

Unified Diff: content/renderer/v8_value_converter_impl.h

Issue 248903003: Extend V8ValueConverter::Strategy for the needs of Gin Java Bridge (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tranquillize clang Created 6 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 | « content/public/renderer/v8_value_converter.h ('k') | content/renderer/v8_value_converter_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/v8_value_converter_impl.h
diff --git a/content/renderer/v8_value_converter_impl.h b/content/renderer/v8_value_converter_impl.h
index 017ac1d4f86be549f1e65aa2ad983ff05c8953e0..d026a18723667c17ac228711ceefc4960455b85a 100644
--- a/content/renderer/v8_value_converter_impl.h
+++ b/content/renderer/v8_value_converter_impl.h
@@ -60,9 +60,8 @@ class CONTENT_EXPORT V8ValueConverterImpl : public V8ValueConverter {
v8::Isolate* isolate) const;
// This will convert objects of type ArrayBuffer or any of the
- // ArrayBufferView subclasses. The return value will be NULL if |value| is
- // not one of these types.
- base::BinaryValue* FromV8Buffer(v8::Handle<v8::Value> value) const;
+ // ArrayBufferView subclasses.
+ base::Value* FromV8ArrayBuffer(v8::Handle<v8::Object> val) const;
base::Value* FromV8Object(v8::Handle<v8::Object> object,
FromV8ValueState* state,
« no previous file with comments | « content/public/renderer/v8_value_converter.h ('k') | content/renderer/v8_value_converter_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698