Ignore:
Timestamp:
Aug 13, 2009, 3:22:50 PM (16 years ago)
Author:
[email protected]
Message:

Build fix so JavaScriptCore builds, might fail linking WebCore or WebKit. Added includes and removed a missing function from JavaScriptCore_debug.def and JavascriptCore.def.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/debugger/Debugger.cpp

    r47236 r47239  
    2424
    2525#include "CollectorHeapIterator.h"
     26#include "Error.h"
    2627#include "Interpreter.h"
     28#include "JSFunction.h"
    2729#include "JSGlobalObject.h"
    2830#include "Parser.h"
     31#include "Protect.h"
    2932
    3033namespace JSC {
Note: See TracChangeset for help on using the changeset viewer.