| Index: Source/bindings/core/v8/ScriptFunctionCall.h
|
| diff --git a/Source/bindings/core/v8/ScriptFunctionCall.h b/Source/bindings/core/v8/ScriptFunctionCall.h
|
| index c4fe2bf9a96984538d7fe1e21abcbc7195813dd2..d4b8a37248a9005b8a2e4ae94475ea1da9f937fc 100644
|
| --- a/Source/bindings/core/v8/ScriptFunctionCall.h
|
| +++ b/Source/bindings/core/v8/ScriptFunctionCall.h
|
| @@ -39,6 +39,7 @@ namespace blink {
|
| class ScriptValue;
|
|
|
| class ScriptCallArgumentHandler {
|
| + STACK_ALLOCATED();
|
| public:
|
| ScriptCallArgumentHandler(ScriptState* scriptState) : m_scriptState(scriptState) { }
|
|
|
| @@ -55,6 +56,7 @@ protected:
|
| };
|
|
|
| class ScriptFunctionCall : public ScriptCallArgumentHandler {
|
| + STACK_ALLOCATED();
|
| public:
|
| ScriptFunctionCall(const ScriptValue& thisObject, const String& name);
|
| ScriptValue call(bool& hadException, bool reportExceptions = true);
|
|
|