tizen beta release
[framework/web/webkit-efl.git] / Source / WebCore / loader / cache / CachedStyleSheetClient.h
index 6fda613..1a29258 100755 (executable)
 #define CachedStyleSheetClient_h
 
 #include "CachedResourceClient.h"
-#include <wtf/FastAllocBase.h>
 #include <wtf/Forward.h>
 
 namespace WebCore {
 class CachedCSSStyleSheet;
 
 class CachedStyleSheetClient : public CachedResourceClient {
-    WTF_MAKE_FAST_ALLOCATED;
 public:
     virtual ~CachedStyleSheetClient() { }
     static CachedResourceClientType expectedType() { return StyleSheetType; }