| Index: Source/bindings/core/v8/ScriptWrappable.h
|
| diff --git a/Source/bindings/core/v8/ScriptWrappable.h b/Source/bindings/core/v8/ScriptWrappable.h
|
| index c6398e254a0d4dc8bf0c8e70ed2770c663686ac8..8cf3af2749f01f616736eca01353e42c104a8d27 100644
|
| --- a/Source/bindings/core/v8/ScriptWrappable.h
|
| +++ b/Source/bindings/core/v8/ScriptWrappable.h
|
| @@ -32,7 +32,6 @@
|
| #define ScriptWrappable_h
|
|
|
| #include "bindings/core/v8/WrapperTypeInfo.h"
|
| -#include "core/dom/ScriptForbiddenScope.h"
|
| #include "platform/heap/Handle.h"
|
| #include <v8.h>
|
|
|
| @@ -266,7 +265,6 @@
|
|
|
| static void setWeakCallback(const v8::WeakCallbackData<v8::Object, ScriptWrappable>& data)
|
| {
|
| - ScriptForbiddenScope forbiddenScope;
|
| v8::Persistent<v8::Object> persistent;
|
| data.GetParameter()->getPersistent(&persistent);
|
| ASSERT(persistent == data.GetValue());
|
|
|