| Index: Source/bindings/core/v8/DOMWrapperMap.h
|
| diff --git a/Source/bindings/core/v8/DOMWrapperMap.h b/Source/bindings/core/v8/DOMWrapperMap.h
|
| index c13f8fdf9536ed83e9dab4395f842e0cec2181ff..55dd1d9cfd0fd56dc40832b6111bb42a6ba99ca8 100644
|
| --- a/Source/bindings/core/v8/DOMWrapperMap.h
|
| +++ b/Source/bindings/core/v8/DOMWrapperMap.h
|
| @@ -32,7 +32,6 @@
|
| #define DOMWrapperMap_h
|
|
|
| #include "bindings/core/v8/WrapperTypeInfo.h"
|
| -#include "core/dom/ScriptForbiddenScope.h"
|
| #include "wtf/HashMap.h"
|
| #include <v8-util.h>
|
| #include <v8.h>
|
| @@ -161,7 +160,6 @@
|
| v8::UniquePersistent<v8::Object> value,
|
| void* key)
|
| {
|
| - ScriptForbiddenScope forbiddenScope;
|
| RELEASE_ASSERT(!value.IsEmpty()); // See crbug.com/368095.
|
| releaseObject(v8::Local<v8::Object>::New(isolate, value));
|
| }
|
|
|