#include "V8DocumentFragment.h" #include "V8Node.h" namespace Arabica { namespace DOM { v8::Persistent V8DocumentFragment::Tmpl; bool V8DocumentFragment::hasInstance(v8::Handle value) { return getTmpl()->HasInstance(value); } } }