Changeset 24501 in webkit


Ignore:
Timestamp:
Jul 20, 2007 6:38:16 PM (17 years ago)
Author:
ggaren
Message:

Build fix for non-Mac platforms.


  • bindings/js/GCController.cpp:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r24500 r24501  
     12007-07-20  Geoffrey Garen  <ggaren@apple.com>
     2
     3        Build fix for non-Mac platforms.
     4       
     5        * bindings/js/GCController.cpp:
     6
    172007-07-20  Anders Carlsson  <andersca@apple.com>
    28
  • trunk/WebCore/bindings/js/GCController.cpp

    r24495 r24501  
    2727#include "GCController.h"
    2828
    29 #include <JavaScriptCore/collector.h>
    30 #include <JavaScriptCore/JSLock.h>
     29#include <kjs/collector.h>
     30#include <kjs/JSLock.h>
    3131
    3232using namespace KJS;
Note: See TracChangeset for help on using the changeset viewer.