Changeset 39954 in webkit for trunk/JavaScriptCore/runtime


Ignore:
Timestamp:
Jan 15, 2009, 4:24:24 PM (16 years ago)
Author:
[email protected]
Message:

2009-01-15 Sam Weinig <[email protected]>

Fix Qt build.

  • runtime/Collector.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/Collector.cpp

    r39951 r39954  
    2323
    2424#include "ArgList.h"
     25#include "CallFrame.h"
    2526#include "CollectorHeapIterator.h"
    26 #include "CallFrame.h"
     27#include "Interpreter.h"
    2728#include "JSGlobalObject.h"
    2829#include "JSLock.h"
    2930#include "JSString.h"
    3031#include "JSValue.h"
    31 #include "Interpreter.h"
     32#include "Nodes.h"
    3233#include "Tracing.h"
    3334#include <algorithm>
Note: See TracChangeset for help on using the changeset viewer.