Thanks for your tips
On Sep 24, 10:06 pm, "Marc-Antoine Ruel" <[EMAIL PROTECTED]> wrote:
> If you synched in the last day, you need to clobber the output
> directory. This is due to some V8 binding changes.
>
> When you get errors like that in an incremental build, first thing to
> try to start with a fresh build (and not use Clean/Rebuild on VS).
>
> Thanks
>
> M-A
>
> 2008/9/24 avcoder <[EMAIL PROTECTED]>:
>
>
>
> > there are lot of "error C2039: 'FastToNativeObject' : is not a member
> > of 'WebCore::V8Proxy'"
>
> > eg:
> > //@file:V8XSLTProcessor.cpp
>
> > static v8::Handle<v8::Value> clearParametersCallback(const
> > v8::Arguments& args) {
> > INC_STATS(L"DOM.XSLTProcessor.clearParameters");
> > XSLTProcessor* imp =
> > V8Proxy::FastToNativeObject<XSLTProcessor>(V8ClassIndex::XSLTPROCESSOR,
> > args.Holder());
> > imp->clearParameters();
> > return v8::Undefined();
> > }
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-dev?hl=en
-~----------~----~----~----~------~----~------~--~---