Changeset 20947 for lang/cplusplus/llv8call/trunk/ext/libxml/libxml.h
- Timestamp:
- 10/08/08 09:00:07 (3 months ago)
- Files:
-
- 1 modified
-
lang/cplusplus/llv8call/trunk/ext/libxml/libxml.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/llv8call/trunk/ext/libxml/libxml.h
r20881 r20947 49 49 } 50 50 51 static inline Handle<Object> createAttr(xml AttrPtr attr_raw) {52 Handle<Value> consarg[ 1];51 static inline Handle<Object> createAttr(xmlDocPtr doc, xmlAttrPtr attr_raw) { 52 Handle<Value> consarg[2]; 53 53 consarg[0] = External::New(attr_raw); 54 return attr_class()->NewInstance(1, consarg); 54 consarg[1] = External::New(doc); 55 return attr_class()->NewInstance(2, consarg); 55 56 } 56 57
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)