/*
- * Copyright (C) 2011 Apple Inc. All rights reserved.
+ * Copyright (C) 2011, 2014 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
#ifndef DFGThunks_h
#define DFGThunks_h
-#include <wtf/Platform.h>
-
#if ENABLE(DFG_JIT)
#include "MacroAssemblerCodeRef.h"
namespace JSC {
-class JSGlobalData;
+class VM;
namespace DFG {
-MacroAssemblerCodeRef osrExitGenerationThunkGenerator(JSGlobalData*);
+MacroAssemblerCodeRef osrExitGenerationThunkGenerator(VM*);
+MacroAssemblerCodeRef osrEntryThunkGenerator(VM*);
} } // namespace JSC::DFG