Changeset 21131 in webkit for trunk/JavaScriptCore/API/JSNode.c


Ignore:
Timestamp:
Apr 26, 2007, 6:41:40 PM (18 years ago)
Author:
ggaren
Message:

Build fix -- added #includes that we used to get implicitly through
JSStringRef.h.

  • API/JSNode.c:
  • API/JSNodeList.c:
  • API/minidom.c:
  • API/testapi.c:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/JSNode.c

    r15497 r21131  
    3030#include "NodeList.h"
    3131#include "UnusedParam.h"
     32#include <assert.h>
    3233
    3334static JSValueRef JSNode_appendChild(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
Note: See TracChangeset for help on using the changeset viewer.