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


Ignore:
Timestamp:
Jan 7, 2008, 12:37:03 PM (17 years ago)
Author:
[email protected]
Message:

Reviewed by Darin.

Fix Mac build.

  • API/JSNode.c:
  • API/JSNode.h:
  • API/JSNodeList.c:
  • API/JSNodeList.h:
  • API/JavaScript.h:
  • API/JavaScriptCore.h:
  • API/minidom.c:
  • JavaScriptCore.xcodeproj/project.pbxproj:
File:
1 edited

Legend:

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

    r27207 r29238  
    2727#include "JSNode.h"
    2828#include "JSNodeList.h"
     29#include "JSObjectRef.h"
     30#include "JSStringRef.h"
     31#include "JSValueRef.h"
    2932#include "Node.h"
    3033#include "NodeList.h"
Note: See TracChangeset for help on using the changeset viewer.