Ignore:
Timestamp:
Jul 12, 2006, 7:15:28 PM (19 years ago)
Author:
ggaren
Message:

RS by Beth.


Finished previously approved JSInternalString -> JSString conversion
by renaming the files.

  • API/JSCallbackObject.cpp:
  • API/JSInternalStringRef.cpp: Removed.
  • API/JSInternalStringRef.h: Removed.
  • API/JSStringRef.cpp: Added.
  • API/JSStringRef.h: Added.
  • API/JavaScriptCore.h:
  • JavaScriptCore.xcodeproj/project.pbxproj:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/JavaScriptCore.h

    r15376 r15400  
    3030#include <JavaScriptCore/JSBase.h>
    3131#include <JavaScriptCore/JSContextRef.h>
    32 #include <JavaScriptCore/JSInternalStringRef.h>
     32#include <JavaScriptCore/JSStringRef.h>
    3333#include <JavaScriptCore/JSObjectRef.h>
    3434#include <JavaScriptCore/JSValueRef.h>
Note: See TracChangeset for help on using the changeset viewer.