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
-~----------~----~----~----~------~----~------~--~---

Reply via email to