Huge commit to use new V8 and Content APIs.
Still got a lots of linking errors!
This commit is contained in:
parent
d82cfc023f
commit
409a431892
78 changed files with 969 additions and 1057 deletions
|
@ -31,6 +31,7 @@ class V8ValueConverterImpl : public content::V8ValueConverter {
|
|||
virtual void SetRegExpAllowed(bool val) OVERRIDE;
|
||||
virtual void SetFunctionAllowed(bool val) OVERRIDE;
|
||||
virtual void SetStripNullFromObjects(bool val) OVERRIDE;
|
||||
virtual void SetStrategy(Strategy* strategy) OVERRIDE;
|
||||
virtual v8::Handle<v8::Value> ToV8Value(
|
||||
const base::Value* value,
|
||||
v8::Handle<v8::Context> context) const OVERRIDE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue