Changeset 37259 in webkit for trunk/JavaScriptCore/kjs


Ignore:
Timestamp:
Oct 3, 2008, 2:54:52 PM (17 years ago)
Author:
Darin Adler
Message:

2008-10-03 Darin Adler <Darin Adler>

  • try to fix Windows build
  • kjs/ScopeChain.h: Add forward declaration of JSGlobalData.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/ScopeChain.h

    r37257 r37259  
    11/*
    2  *  Copyright (C) 2003, 2008 Apple Computer, Inc.
     2 *  Copyright (C) 2003, 2008 Apple Inc. All rights reserved.
    33 *
    44 *  This library is free software; you can redistribute it and/or
     
    2626namespace JSC {
    2727
     28    class JSGlobalData;
    2829    class JSGlobalObject;
    2930    class JSObject;
Note: See TracChangeset for help on using the changeset viewer.