| Index: Source/core/dom/ScriptElement.h
|
| diff --git a/Source/core/dom/ScriptElement.h b/Source/core/dom/ScriptElement.h
|
| index 1cb804d1b004592737d3764c7add3fac7abfcd62..bc3451cf31a15eb954b4b82bca7dfc2129bd1d33 100644
|
| --- a/Source/core/dom/ScriptElement.h
|
| +++ b/Source/core/dom/ScriptElement.h
|
| @@ -35,7 +35,6 @@ class ScriptElement;
|
| class ScriptSourceCode;
|
|
|
| class ScriptElement : private CachedResourceClient {
|
| - WTF_MAKE_FAST_ALLOCATED;
|
| public:
|
| ScriptElement(Element*, bool createdByParser, bool isEvaluated);
|
| virtual ~ScriptElement();
|
|
|