]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - profiler/ProfileGenerator.h
JavaScriptCore-584.tar.gz
[apple/javascriptcore.git] / profiler / ProfileGenerator.h
index cccb502d43d2ae28ce2e366a2c1af86b4dae3cd4..82149b33d61675d410ddb0ada5d1c142465fd907 100644 (file)
 
 namespace JSC {
 
-    class CallIdentifier;
     class ExecState;
     class Profile;
     class ProfileNode;
     class UString;
+    struct CallIdentifier;    
 
     class ProfileGenerator : public RefCounted<ProfileGenerator>  {
     public: