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


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.h

    r29234 r29238  
    2828#define JSNode_h
    2929
    30 #include <JavaScriptCore/JavaScript.h>
     30#include "JSBase.h"
    3131#include "Node.h"
     32#include <stddef.h>
    3233
    3334extern JSObjectRef JSNode_new(JSContextRef context, Node* node);
Note: See TracChangeset for help on using the changeset viewer.